Question: Steps for Completion Go to your main.py file. On the first line, ask the user how many days they've been driving for and declare the

Steps for Completion
Go to your
main.py file.
On the first line, ask the user how many days they've been driving for and declare the user input. It's an integer, so cast the string.
Then calculate the number of years in that set of days.
Next, convert the remaining days that weren't converted to years into weeks.
Then, get any remaining days that weren't converted to weeks.
Print everything out.
Finally, run the script with the python 3
main.py command.
The output should look like Figure 2.5 shown below:
 Steps for Completion Go to your main.py file. On the first

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!