sec = int( input("Enter a number of second")) min = sec/60 hour = min/60 print(sec,"seconds is:",hour,"h",min,"m")