subject
Computers and Technology, 06.09.2021 23:30 Zgt

Write a program, in a file named population. py , which does the following: Your program will read an input string from the keyboard. You will print a prompt ( "file: " ) and then read an input string. Remove all leading and trailing whitespace from the input string, and then open a file with that name. You will then read through that file, reading the lines one at a time, and performing a calculation on the data. You must use a for loop to read the lines of the file; you may either directly use the for loop on the file, or read the lines into a list, and use a for loop over that. Your program should ignore any blank lines within the input (including lines that have some whitespace; treat a line as blank if it contains only whitespace). Likewise, your program should ignore any line within the input where the first non-whitespace character is ’#’ (so that we can place comments in the input file). REMEMBER: open(filename) will open a file, and return a file object. You can call readlines() on the object to get the lines of the file as a list.
Input File Format
The input file is a text file where each line (except blank lines and comments, see above) consists of the name of a US state or territory, together with its estimated 2019 population. For example:
Oklahoma 3943079
Oregon 4190713
South Dakota 882235
Pennsylvania 12807060
Northern Mariana Islands 55194
To simplify your input processing, you may assume that, between the words of the placename, we will only use single spaces. However, note that there might be any type of whitespace - and any number of whitespace characters - between the placename and the population number.
The Calculation
Read each line of the input file. For each line (other than the blank or comment lines), print out the information on two lines, as follows:
State/Territory: Oklahoma
Population: 3943079

State/Territory: Oregon
Population: 4190713
and so on.
At the very end of the output, print a blank line, followed by a summary of the information:
# of States/Territories:
Total Population:

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 11:10
The total cost of textbooks for the term was collected from 36 students. create a histogram for this data. $140 $160 $160 $165 $180 $220 $235 $240 $250 $260 $280 $285 $285 $285 $290 $300 $300 $305 $310 $310 $315 $315 $320 $320 $330 $340 $345 $350 $355 $360 $360 $380 $395 $420 $460 $460
Answers: 2
question
Computers and Technology, 24.06.2019 08:20
Which type of entity describes a fundamental business aspect of a database? a. linking b. lookup c. domain d. weak
Answers: 3
question
Computers and Technology, 24.06.2019 21:00
Which device has the most limited computing functionality?
Answers: 1
question
Computers and Technology, 25.06.2019 00:40
Roger ginde is developing a program in supply chain management certification for managers. ginde has listed a number of activities that must be completed before a training program of this nature could be conducted. the activities, immediate predecessors, and times appear in the accompanying table: activity immediate predecessor(s) time (days) a -− 44b -− 55 c -− 11 d b 1010 e a, d 55 f c 55 g e, f 1010 calculate the slack time. show the details.
Answers: 2
You know the right answer?
Write a program, in a file named population. py , which does the following: Your program will read a...
Questions
question
Mathematics, 26.10.2020 17:30
question
Computers and Technology, 26.10.2020 17:30
question
Mathematics, 26.10.2020 17:30
question
Mathematics, 26.10.2020 17:30
question
Mathematics, 26.10.2020 17:30