Skip to content

Instantly share code, notes, and snippets.

@SanthoshNC
Last active August 6, 2021 16:28
Show Gist options
  • Save SanthoshNC/d2474ddb269b6cb822f9c6e447fe0b42 to your computer and use it in GitHub Desktop.
Save SanthoshNC/d2474ddb269b6cb822f9c6e447fe0b42 to your computer and use it in GitHub Desktop.
Command to check Python3 version
# To check python version
python3 -V (or) python3 --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment