How to check the Python version?

LearnTips LearnTips How to check the Python version?

Tagged: 

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #4517
    Santhosh Kumar D
    Keymaster
    @santhosh

    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.