Ask your own question, for FREE!
MIT 6.00 Intro Computer Science (OCW) 18 Online
OpenStudy (anonymous):

I'm just started and tried to get pset0 done. My problem is, i can't run subprocesses in IDLE. If I start the code with the command shell, it works. In IDLE it stops after the first line. How can I change that? First, I thought my code is wrong :/

OpenStudy (anonymous):

idle will interpret each statement/expression as you type it - one line at a time, except for compound statements like loops in idle, select FILE | New write your program in the editing window that pops up press F5 in the editing window to run the program also, F1 in idle should bring up the help file. the Tutorial in the help file is a must, you won't regret reading it - and try the examples that are in it.

OpenStudy (anonymous):

Ok, thank you very much I was stucked about 3 hours with that problem.

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!