Skip to content

Instantly share code, notes, and snippets.

@Infinitusvoid
Created August 30, 2023 15:43
Show Gist options
  • Save Infinitusvoid/43173ded5a21c060e1a50def2aafd7cb to your computer and use it in GitHub Desktop.
Save Infinitusvoid/43173ded5a21c060e1a50def2aafd7cb to your computer and use it in GitHub Desktop.
Python : How to get the version of python ?
import sys
print("Python version :", sys.version)
print(" Version information : ", sys.version_info)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment