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, 23.06.2019 01:00
Write the command that can be used to answer the following questions. (hint: try each out on the system to check your results.) a. find all files on the system that have the word test" as part of their filename. b. search the path variable for the pathname to the awk command. c. find all files in the /usr directory and subdirectories that are larger than 50 kilobytes in size. d. find all files in the /usr directory and subdirectories that are less than 70 kilobytes in size. e. find all files in the / directory and subdirectories that are symbolic links. f. find all files in the /var directory and subdirectories that were accessed less than 60 minutes ago. g. find all files in the /var directory and subdirectories that were accessed less than six days ago. h. find all files in the /home directory and subdirectories that are empty. i. find all files in the /etc directory and subdirectories that are owned by the group bin."
Answers: 1
question
Computers and Technology, 23.06.2019 03:30
In vista and windows 7, the appearance and personalization option allows you to change the
Answers: 1
question
Computers and Technology, 23.06.2019 14:30
The basic work area of the computer is it screen that you when you first fire up your computer
Answers: 1
question
Computers and Technology, 23.06.2019 16:00
What is the biggest difference between section breaks and regular page breaks? section breaks are more difficult to add than page breaks. section breaks make it easier for you to view the document as an outline. section breaks allow you to have areas of the document with different formatting. section breaks are smaller than regular page breaks.
Answers: 2
You know the right answer?
# the below list contain 10 values each # the lists elements are all related by index position
Questions
question
History, 14.10.2020 01:01
question
Mathematics, 14.10.2020 01:01
question
Mathematics, 14.10.2020 01:01
question
Mathematics, 14.10.2020 01:01
question
Mathematics, 14.10.2020 01:01
Questions on the website: 13722360