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:30
One subtask in the game is to roll the dice. explain why is roll the dice an abstraction.
Answers: 3
question
Computers and Technology, 22.06.2019 16:00
You have inserted new slides based on a word outline. how do you format these new slides to match the powerpoint presentation formatting? a. select all slides in the presentation and click format on the home tab. b. select the new slides and click reset on the home tab. c. select all slides in the presentation and click reset on the home tab. d. select the new slides and click format on the home tab.
Answers: 3
question
Computers and Technology, 23.06.2019 06:30
How do you write an argumentative essay about the importance of free enterprise ?
Answers: 1
question
Computers and Technology, 23.06.2019 19:00
Acompany is hiring professionals for web designing. the firm is small with few resources. they want employees who possess problem-solving skills and can independently carry out responsibilities. which kind of employee should they select?
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, 02.04.2020 03:52
question
Mathematics, 02.04.2020 03:53
Questions on the website: 13722361