Lab#1

5
x=5
x+1
in the python interpreter, the result is
5
6

Now when the same statements are typed into a script and run, nothing is displayed.
I have no output.