On Fri, Feb 17, 2012 at 3:16 AM, alain Delon <racg...@yahoo.com> wrote: > 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 ******************************** Here is your error
> 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 > _______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor