[EMAIL PROTECTED] top-posted: > May be > > >>>>sec = 2472 >>>>"%d:%02d:%02d" % (int(sec/360), int(sec % 360 /60), int(sec % 60)) > > '6:05:12' >
Could you possibly have meant 3600 instead of 360? -- http://mail.python.org/mailman/listinfo/python-list