Georg Brandl <ge...@python.org> added the comment:

The result of 7 / 200 is easy to explain -- this is how integer division works 
in Python 2.  (To get a floating result, one of the numbers must be a float.)

200 % 7 giving 7 however is strange.  Are you sure this is what you calculated?

----------
nosy: +georg.brandl

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10163>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to