Question
Write Python script to input a time duration in seconds and display it in the following :
____________ Seconds = _____ hr ________ min _______ seconds.
For example, if the user input is 4526, the output should be:
4526 seconds = 1 hr 15 min 26 seconds