Terry J. Reedy <[email protected]> added the comment:
Again, that RESTART line is NOT an error. IDLE's prompt is not displayed until
your program is completely done. It initially pauses on the second line 'check
= input()', waiting for user input.
Start with a one-line file:
print('Hello to my game')
Run that and you will see the prompt.
----------
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue34258>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com