print "Hello Codecall"And I need to write multiline commands, and run them at once, like this:
w = 5 h = 10 a = w*h print aWhen you press Enter it runs that line.
I also tried writing the command in Notepad, copy and paste in to python and run, all that does is bring me to a new line / new command.
So how do I make multiline files run?


Sign In
Create Account



Back to top










