Terry J. Reedy <tjre...@udel.edu> added the comment:

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.

----------
assignee: terry.reedy -> 
components: +Interpreter Core -IDLE

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

Reply via email to