Rémi Lapeyre <remi.lape...@henki.fr> added the comment:

Hi @Phil Dream, you reuse i in your inner loop, in the for statement.

By the way, I suggest you look at range() to replace your while loop: 
https://docs.python.org/3/library/functions.html#func-range.


For your others questions, the mailing list are more appropriate than the bug 
tracker.

Have a nice day!

----------
nosy: +remi.lapeyre

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

Reply via email to