Question: Use your text editor to create a . py file containing a Python program that simulates the zombie epidemic through the year 2 0 2
Use your text editor to create a py file containing a Python program that simulates the zombie epidemic through the year Each line of your program's output should show the year, the number of zombies in that year, and the number of humans remaining in that year. Separate these three values with commas on each line.
For example, the first lines that your program prints should look exactly like this:
The last line that your program prints should look like this:
Notice that there are no extra spaces in between the numbers on each line. They are separated only by commas.
Your program should print out one line for each year from through Therefore, it should print out lines... no more, no less.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
