Question: Create a new Python file and write a program that does the following: 1. Asks the user to input number of days 2. Converts the
Create a new Python file and write a program that does the following: 1. Asks the user to input number of days 2. Converts the number of days into the number of weeks and remaining days 3. Displays the result Below is given an example run of the program. The italic text represents user input. Your program should display its output exactly as shown below. Please enter number of days : 12 12 days is equal to 1 week and 5 days
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
