How to check the Python version?

Home Forums LearnTips How to check the Python version?

Tagged: 

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #4517

    To check the version of Python that is currently installed, we need to use the --version command as follows.

    python --version

    How to check the Python version?
    This command will display the installed Python version as shown in the above screenshot.

    Learn more Python tips.

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.