Skip to content

Instantly share code, notes, and snippets.

@mahasak
Created May 15, 2019 04:46
Show Gist options
  • Save mahasak/0b4a45f81ddbb2113278ba594aa1f744 to your computer and use it in GitHub Desktop.
Save mahasak/0b4a45f81ddbb2113278ba594aa1f744 to your computer and use it in GitHub Desktop.
Check Python Version
from platform import python_version
print(python_version())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment