Python programing Running on a particular treadmill you burn 5.3 calories per minute. Write a program that uses a loop t
Posted: Mon Jul 11, 2022 9:55 am
Python programing
Running on a particular treadmill you burn 5.3 calories perminute.Write a program that uses a loop to display the number of caloriesburned after 20, 25, 30, 35, and 40 minutes.Rubric -Variable definitions - 1 pointWell-defined loop structure - 2Program Logic - 2 pointsSubmit the Python file for this question.
Running on a particular treadmill you burn 5.3 calories perminute.Write a program that uses a loop to display the number of caloriesburned after 20, 25, 30, 35, and 40 minutes.Rubric -Variable definitions - 1 pointWell-defined loop structure - 2Program Logic - 2 pointsSubmit the Python file for this question.