How to check the Python version?
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Tagged: python
To check the version of Python that is currently installed, we need to use the --version
command as follows.
python --version
This command will display the installed Python version as shown in the above screenshot.
Learn more Python tips.