On Thu, 23 Sep 2010 01:17:59 am Roelof Wobben wrote:

> Sorry. I don't get it.
> When I have 62 seconds that's 1 minutes and 2 seconds.
> I have no clue how I can this with a division.

If you have 60 seconds, you have one minute.

If you have 120 minutes, you have two minutes. Can you get from 120 to 2 
using a division?

You will find the divmod() function useful. divmod(a, b) returns two 
numbers:

a/b as a whole number, any remainder left only



-- 
Steven D'Aprano
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to