Schillinger Joseph
2012-09-08 06:31:12 UTC
And here is the question
Type the following statements in the Python interpreter to see what they do:
5
x = 5
x + 1
Now put the same statements into a script and run it. What is the output? Modify the script by transforming each expression into a print statement and then run it again.
I did the first thing on the interpreter, But how do I "activate" the script mode??