Retro <vinet...@gmail.com> added the comment:

And please fix the code example mentioned in issue4648.


Line 4 has a little fix to be made:

from
...             print(n, 'equals', x, '*', n//x)

to
...             print(n, 'equals', x, '*', n // x)

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

Reply via email to