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

I am working on problem set 0, but i have no idea how to change to a user and actually interact with my program

OpenStudy (espex):

You can interact with a user by the input function: input() for Python 3.3 raw_input() for Python 2.7

OpenStudy (anonymous):

Thanks you for the help. I had already figured out raw_input function and variables, i just didn't know how run a module. I figured out that I was only interacting with the python shell

OpenStudy (espex):

You can use IDLE (Python GUI) to have an editor window. You type your code in there and then use F5 to process it through the interpreter. Personally I prefer to use Pyscripter, http://code.google.com/p/pyscripter/

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!