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