New submission from Henry Eshbaugh <newts...@gmail.com>:

This may be happening with other numbers, but I got weird results with the 
modulus and division operators, after I imported the math module. I tried to do 
7/200 and got 0, and 200%7 yielded 7, an impossibility with modulus.

----------
messages: 119274
nosy: Henry.Eshbaugh
priority: normal
severity: normal
status: open
title: 7/200 and 7%200 show weird results

_______________________________________
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