Ask your own question, for FREE!
MIT 6.189 A Gentle Introduction to Programming Using Python (OCW) 13 Online
OpenStudy (anonymous):

My code seems to work fine in the python shell, but when I try it in the run module it opens and closes so fast I can't tell if it works or not. So how do you keep the run module open?

OpenStudy (anonymous):

you might just want to put an input=('') line down there so that it only finishes executing after you enter something.

OpenStudy (anonymous):

Well now I get an error message,"theres an error in your program string literal".

OpenStudy (anonymous):

I id some looking around and found that this works. raw_input('Press Enter to exit')

OpenStudy (anonymous):

because it's supposed to be two ' not one "....

OpenStudy (anonymous):

Thanks

OpenStudy (anonymous):

You're welcome :)

OpenStudy (tyteen4a03):

Here are two tricks: 1. import time time.sleep(100000) 2. Create a batch file: @echo off python script.py pause

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!