I've been doing some programming in class. Our teacher teaches using Turbo Pascal 7.0.
Now, I've fiddled around with Python and am reading some tutorials.
My question is, what's the command for readkey(as in Pascal)? The command that keeps the lines on screen until I press any key. Otherwise when I run the script, it executes all the commands and terminates without me being able to see the output.
Some help would be much appreciated :)
Now, I've fiddled around with Python and am reading some tutorials.
My question is, what's the command for readkey(as in Pascal)? The command that keeps the lines on screen until I press any key. Otherwise when I run the script, it executes all the commands and terminates without me being able to see the output.
Some help would be much appreciated :)
Comment