Skip to content

Instantly share code, notes, and snippets.

@idcesares
Created November 9, 2024 02:26
Show Gist options
  • Save idcesares/b3fa349106ade33cffcbbaea2c8fa728 to your computer and use it in GitHub Desktop.
Save idcesares/b3fa349106ade33cffcbbaea2c8fa728 to your computer and use it in GitHub Desktop.
Check Python version
import sys
print(sys.version.split()[0])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment