This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Phil Dream
Recipients Phil Dream
Date 2019-02-06.10:03:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1549447398.9.0.00215680394136.issue35910@roundup.psfhosted.org>
In-reply-to
Content
Firstable I am not a software expert just a hobby user so please be indulgent

I use a Raspberry Pi3B+ with raspbian lite and Python 3.5.3

In my script, I need 2 nested "while" loops so I chose two variables to incriment them 'i' and j. This script don't work and I made a certain time to understand (I did not think Python could play me a trick).

I needed to reset 'j' to go through the inner loop a few times and in fact I realized that when I initialized 'j', 'i' was also initialized !?!?

Very curious isn't it ?

I replaced 'i' by 'y' and no more problem, my script works very well.
History
Date User Action Args
2019-02-06 10:03:21Phil Dreamsetrecipients: + Phil Dream
2019-02-06 10:03:18Phil Dreamsetmessageid: <1549447398.9.0.00215680394136.issue35910@roundup.psfhosted.org>
2019-02-06 10:03:18Phil Dreamlinkissue35910 messages
2019-02-06 10:03:18Phil Dreamcreate