python -V
If you want to check the python version installed on your system you can simply run this command inside the terminal or cmd window. This will output the version of python inside the terminal.
Note: 'V' will always be written in capital form when writing command.
0 Comments