subject

# the below list contain 10 values each # the lists elements are all related by index position
# example Moscow, 65 , s are related
# example London, 68, sp are related

# Season and Temperature range for each season.
# w = Winter is 40 and below
# f = Fall is 41 - 65
# sp = Spring is 66 - 80
# s = Summer is 81 and over

TO_DO:
# using the three lists below
# write out to a file the city, temperature and season(it should be) for each cities temperature
# that does not match its season from the season list.

Output_example:
# example city moscow has temp of 65 but season of 's', the range for spring is 66 - 80, so this
# needs to be printed out.
# output example:
# Moscow 65 Fall

Lists to Use:
cities = ["Moscow","London", "Seoul","Tokyo","Mumbai","Dubai","T oronto","Stockholm","Oslo",""]
temperature = [65, 68, 90, 25, 82, 67, 70, 30, 91, 72]
season = ["s", "sp", "f", "w", "w", "s", "sp", "s", "f", "w"]

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 02:30
Write a program that takes in 3 inputs [players (int type), expected game time (double type), team (char type)] and calculates actual game time (double) based on the following conditions: if the number of players or the expected game time is less than or equal to zero, it should output wrong input if the number of players is greater than 0 and less than or equal to 6 and if they are on the â€r’ or â€r’ team, their game time will be 10% faster. and if they are on the â€b’ or â€b’ team, their game time will be 15% faster. and if they are on the â€y’ or â€y’ team, their game time will be 20% faster. and if they are on any other team, they will play 0% faster. if the number of players is greater than 6 but less than or equal to 12 and if they are on the â€r’ or â€r’ team, their game time will be 20% faster. and if they are on the â€b’ or â€b’ team, their game time will be 25% faster. and if they are on the â€y’ or â€y’ team their game time will be 30% faster. and if they are on any other team, they will play 0% faster. if the number of players is greater than 12 but less than or equal to 18 and if they are on the â€r’ or â€r’ team, their game time will be 30% faster. and if they are on the â€b’ or â€b’ team, their game time will be 35% faster. and if they are on the â€y’ or â€y’ team, their game time will
Answers: 2
question
Computers and Technology, 22.06.2019 10:30
You are almost finished updating a web site. as part of the update, you have converted all pages from html 4.0 to html5. the project is currently on schedule. however, your project manager has been asked by the marketing team manager to justify a day of time spent validating the site's html5 pages. the marketing team manager does not have technical knowledge of the internet or the web. which is the most appropriate explanation to provide to the marketing team manager?
Answers: 1
question
Computers and Technology, 24.06.2019 06:30
Some peer-to-peer networks have a server and some don't. true false
Answers: 2
question
Computers and Technology, 24.06.2019 11:00
Which of the statements below describe the guidelines for the use of text in presentation programs? a. do not use numbered lists. b. fonts should be appropriate for your audience. c. limit the number of fonts you use to three or four. d. only use bulleted lists for sales promotions. e. select font sizes that are appropriate for your delivery method. f. use font colors that work well with your background. select all that apply
Answers: 1
You know the right answer?
# the below list contain 10 values each # the lists elements are all related by index position
Questions
question
Mathematics, 19.10.2020 08:01
question
English, 19.10.2020 08:01
question
Mathematics, 19.10.2020 08:01
question
English, 19.10.2020 08:01
Questions on the website: 13722362