About the Lab

In this lab, you'll be creating a Python program completely from scratch. The problem you'll be solving today is calculating how many miles you commute per week.

For simplicity, your car is always driven at 57 MPH.
(HINT: This value should be stored as a constant, not in your code as a "magic number!")

Before you start programming, think about what you need as input, what you plan to output, and what process you'll use to get from input to output.