Question: Using Python idle format. 1:59 PM Write a program that converts the number of seconds entered by the user into the equivalent number of minutes/seconds

Using Python idle format.  Using Python idle format. 1:59 PM Write a program that converts

1:59 PM Write a program that converts the number of seconds entered by the user into the equivalent number of minutes/seconds and Yout program should start by asking the user to enter the number of seconds Enter the number of seconds: if the number of seconds entered is less than 60, the program should display "The number of seconds is less than one minute.? tf the number of seconds entered ip-), then it should be converted to minutesseconds. For example, if the user enters 12 the prepam wapne 125 seconds are equal to: 2 full minute(s) and S seconds. - If the number of seconds entered is> 3600 (which is the number of seconds in an hour), the program will convert to both minutes/econds and hours/minutes/seconds. For example, if the user enters 8929, the program will print: 8929 seconds are equal to: 148 full minute(s) and 49 seconds 2 full hourts) and 1729 seconds. If the number of seconds entered is >" 86,400 (which is the number of seconds in a day), the program will convert to minuteusecord. hours/minutes/seconds and days/hours/minutes/seconds. For example, if the user enters 90000, the program wil print 90000 seconds are equal to: 1500 full minute(s) and O seconds. 25 full hour(s) and 0 seconds 1 full day(s) and 3600 seconds Submit your py file and a screenshot of successfully running all hours/minutesseconds tecases for challenge 1 at https/www.hackerrank.com/csc124-programmingassignments ASSIGNMENT SUBMISSION Write

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!