Chapter 5. Capstone project: your first Python program—convert hours to minutes

 

6.1. Think-code-test-debug-repeat

6.2. Divide your task

Code to set up the input

Code to set up the output

6.3. Implement the conversion formula

6.3.1. How many hours?

6.3.2. How many minutes?

6.4. Your first Python program: one solution

6.5. Your first Python program: another solution

Summary