write a program that asks the user to enter a


Write a program that asks the user to enter a number of seconds. The responses of the program will vary depending on the length of seconds:
• If the number of seconds is under 60 the answer will only be given in seconds
• If the number of seconds is over 59 the answer will be given in minutes and seconds
• If the number of seconds is over 3,599 the answer will be given in hours, minutes and seconds
• If the number of seconds is over 86399 the answer will be given in days, hours, minutes and seconds.

Request for Solution File

Ask an Expert for Answer!!
Python Programming: write a program that asks the user to enter a
Reference No:- TGS0173822

Expected delivery within 24 Hours