Design and write a python program that produces a bar chart showing the population growth of Dustyville, a small town in the midwest, at 20 year intervals from 1900 to 2000. The program should accept keyboard input for the census years (1900, 1920, 1940, 1960, 1980 and 2000). For each year the program should display the date and a bar consisting of one asterisk for each 1,000 people. The population of Dustyville, from 1900 to 2000, counted every 20 years has been as follows: 4,300, 5,230, 9,890, 14,220, 18,350, 19,900 An example of how the chart might look is below: Dustyville Population Growth (each * represents 1,000 people) 1900 ** 1920 **** 1940 *****
Hello I am a beginner in python and I am having trouble with this problem. The text book I am using is Tony Gaddis fourth edition and I am using wing. If I could get some assistance that I can understand that would be great.
Design and write a python
An example of how the chart might look is below:
Dustyville Population Growth
(each * represents 1,000 people)
1900 **
1920 ****
1940 *****
The required python program is provided below.
Trending now
This is a popular solution!
Step by step
Solved in 4 steps with 2 images