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:00
How does a policy manual an organization? a. it boost productivity. b. it create awareness in employees about the organization’s values. c. it employees achieve targets. d. it safeguards the organization from liabilities.
Answers: 1
question
Computers and Technology, 22.06.2019 16:30
What type of file does a cookie place on web site visitors' computers so that web site managers can customize their sites to their visitors' preferences?
Answers: 1
question
Computers and Technology, 22.06.2019 17:30
How do you make a lenny face? plz, brailiest to who can answer first.
Answers: 1
question
Computers and Technology, 23.06.2019 06:20
Which text function capitalizes the first letter in a string of text? question 10 options: upper capital first proper
Answers: 1
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
Health, 14.05.2021 19:30
question
Mathematics, 14.05.2021 19:30
Questions on the website: 13722362