Making Time
Nick Ovetime is really bad at math. All of the instructions for his job list the time in the total number of minutes. For example, he is supposed to leave the flower pots in the kiln for 590 minutes, but he has no idea what that means in hours and minutes.
Write a Python script that conforms to the following
- Inputs
- Asks for the time in minutes
- Print Statements
- Prints the time in hours and minutes
- Example(s)
- Special Instructions
- There is no need for rounding with this problem since all values will be in integers
Drag the appropriate blocks from the left column and put them in the correct order in the right column such that the code will solve the problem described above. [Note: You may not need to use all of the blocks.]
Click on the "Check My Answer" button at the bottom of the page when you are ready to test your solution.
