[issue34258] Python shell keeps restarting

2018-07-30 Thread Aleksa Bulatovic
Aleksa Bulatovic added the comment: Thanks Terry J. ReedyTerry. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubsc

[issue34258] Python shell keeps restarting

2018-07-30 Thread Terry J. Reedy
Terry J. Reedy 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 th

[issue34258] Python shell keeps restarting

2018-07-30 Thread Aleksa Bulatovic
Aleksa Bulatovic added the comment: Well the error looks like this = RESTART: F:\Python Shell Learning\Games\How smart are you Test.py = i think it's normal but it won't show '>>> '.I will see what i can do,but thanks for some help. -- ___

[issue34258] Python shell keeps restarting

2018-07-29 Thread Terry J. Reedy
Terry J. Reedy added the comment: In IDLE, Run Module, F5, is a shortcut, in a sense, for saving the file to filename, switching to a terminal or console window, such as Command Prompt on Windows, and entering 'python -i filename'. The -i means 'switch it interactive mode after running the

[issue34258] Python shell keeps restarting

2018-07-29 Thread Steve Dower
Steve Dower added the comment: Maybe you could describe what it looks like when it restarts? Or take a screenshot and share it so we can see what is happening? -- assignee: -> terry.reedy components: +IDLE nosy: +terry.reedy ___ Python tracker

[issue34258] Python shell keeps restarting

2018-07-29 Thread Aleksa Bulatovic
Aleksa Bulatovic added the comment: Im running as a idle python(when im in editor,i run the module) I get like in 3 days(if you asked when did i get into the program,english is not my first language) For my input calls i put a string so that player knows what to answer to. I hope i answered yo

[issue34258] Python shell keeps restarting

2018-07-28 Thread Jared
Jared added the comment: First off, no judgment! :) I just want to get some more details from you. 1) How are you running your program? 2) How far into your program do you get? 3) What are you passing in as values for your Input() calls? -- nosy: +j-rewerts _

[issue34258] Python shell keeps restarting

2018-07-28 Thread Aleksa Bulatovic
New submission from Aleksa Bulatovic : I was writing a code for my test in idle python.When i run the module it's just keeps restarting. This is my code: sins = 0 check = input() if check == "check_sins": print(sins) second = input("Ok,you can start when you are ready,type Im Ready! if