LearnTips › LearnTips › How to check the Python version?
Tagged: python
To check the version of Python that is currently installed, we need to use the --version command as follows.
--version
python --version
This command will display the installed Python version as shown in the above screenshot.
Learn more Python tips.