On Thu, Jul 1, 2010 at 12:18, Eike Welk <eike.w...@gmx.net> wrote:

> Therefore you should probably use the integer division operator: "//"

>>> x = 200000000000000000000000000000000000000033
>>> x//2
100000000000000000000000000000000000000016

I can live with THAT error!

Thanks, Eike!

But I will press on with Mark's
<http://docs.python.org/py3k/library/string.html#string-formatting>

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

Reply via email to