Question: please write me a working code language WING 101 PYTHON3 please take a picture of the python program so i can see how to write

please write me a working code language WING 101 PYTHON3 please take a picture of the python program so i can see how to write it
Exercise 3 Duration Conversion Write a program that asks the user for an arbitrary number of days and then determines three equivalent lengths of time- as measured in years, months, and weeks. You may ignore the leap-year" correction and assume that 1 year = 365 days, and for the purposes of this exercise. assume that 1 month 30 days. Sample Output(wh user input highlighted) How many days? 600 608 days 1s equivalent to 85,71428571428571 weeks 608 days is equivalent to 28.0 months 608 days is equivalent to 1.643835616438356 years. Exercise 4 Duration Calculation Part 2 Modify the program you created for Exercise 3 so that it asks the user for an arbitrary large number of days and then converts that length of time into a combination of years, months, weeks, and days. To clarity, once the user has provided the number of days, determine the number of full years (i.e., 365 days) would have elapsed, followed by the number of full months (ie, 30 days), the number of ful weeks (i.e., 7 days), and the number of days remaining. Display the result of these calculations to the user on a single line Sample Output(wh user input highlighted) How many days? 68e 608 dayS 1s 1 year, 7 months, 3 weeks, and 4 days
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
