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 terry.reedy
Recipients abdullah patel, mark.dickinson, r.david.murray, terry.reedy
Date 2017-10-04.17:48:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507139303.51.0.213398074469.issue31688@psf.upfronthosting.co.za>
In-reply-to
Content
Abdullah, in the future, please upload or post runnable Python code, not an image.  Output can be copied into a message.  If you think IDLE is doing something wrong, test by running the code directly with Python.  If your file is test.py, enter the following on a Command Prompt command line.
path-to-your-python-code-dir> python -m test.py

There would only be an IDLE issue (and then only maybe) if the code ran differently or produced different output in IDLE than with python directly.  That is not the case here.
History
Date User Action Args
2017-10-04 17:48:23terry.reedysetrecipients: + terry.reedy, mark.dickinson, r.david.murray, abdullah patel
2017-10-04 17:48:23terry.reedysetmessageid: <1507139303.51.0.213398074469.issue31688@psf.upfronthosting.co.za>
2017-10-04 17:48:23terry.reedylinkissue31688 messages
2017-10-04 17:48:23terry.reedycreate