Find out Python version

To see what version of Python you have installed on your machine, type the following at the command line:

python -V

(Capital V, kiddo)