Python

Version Check

python -V

Note: argument is case-sensitive

Exiting command line script

exit()

or Ctrl-Z + Return

Last updated

Was this helpful?