Skip to content

Instantly share code, notes, and snippets.

@vishalbandre
Created September 2, 2019 11:56
Show Gist options
  • Save vishalbandre/ba748b45526fa39e3cdc982213283690 to your computer and use it in GitHub Desktop.
Save vishalbandre/ba748b45526fa39e3cdc982213283690 to your computer and use it in GitHub Desktop.
import sys
print("Hello World")
# Check python version
print(sys.version_info[0])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment