Terry J. Reedy <tjre...@udel.edu> 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 <rep...@bugs.python.org>
<https://bugs.python.org/issue34258>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to