Question: Create a python program that demonstrates input, while loop, and print. The program should: Ask the user for input in minutes ( whole numbers )
Create a python program that demonstrates input, while loop, and print. The program should:
Ask the user for input in minutes whole numbers and stop asking for input when the user enters without input.
Calculate the number of days ran count the total number of minutes ran sum average minutes per run sumcount and the average kilometer per minute sumcount
Provide the output of the number of runs, total minutes, the average time in minutes, and average minutes per kilometer.
Document your program with appropriate comments.
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
