Windows – Check python version

0
5182

You can use the command line to check the python version using the following commands:

python --version
python -V