Question: - Use at least two functions --- main() and calculation(). - All calculations should happen in calculation function. - Remember to call the main function

- Use at least two functions --- main() and calculation().

- All calculations should happen in calculation function.

- Remember to call the main function very last.

- Input and output should happen in the main function. Call and pass variables into the calculation function from within the main function, be sure to return the answer back to the main function into another variable.

USE PYTHON

1. Write the program. When you work on a peloton bike you burn 35 calories per mile. Write a program that uses a loop to display the number of calories burned after each mile (1, 3, 5, and 7). Pass in miles and return out the calories. (use for range)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!