userName = raw_input("Enter your name ")
     print "hi " + userName + ". \n "
     seconds = input("Enter the number of seconds since midnight:")
     hours = seconds/3600
     hoursRemain = hours%60
     minutes = hoursReamain/60
     secondsRemain = minutes%60
     print "hours: " + "minutes: " + "seconds"


I'm going to be crazy. Please give me a hand. Thank you very much.
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to