[issue4310] Comparison of two ints returns wrong result

Mark Dickinson report at bugs.python.org
Wed Nov 12 22:26:55 CET 2008


Mark Dickinson <dickinsm at gmail.com> added the comment:

You're mixing tabs and spaces in your code.

The 'if f_p > largest' line occurs one indentation level further out
than the preceding print.

----------
nosy: +marketdickinson
resolution:  -> invalid
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4310>
_______________________________________


More information about the Python-bugs-list mailing list