python - spyder keep window open after execution? -


how prevent spyder ide automatically closing window after executing program?

windows 7 anaconda 2.7 package.

i don't have issue geany. i'm sure need sort of command in compiling options i've googled couple hours , haven't found extremely extremely simple problem.

my test code:

for in range(10):     print(1) 

i want see of 1s sitting there in front of me until click close.


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

php - Find a regex to take part of Email -