Skip to content

Instantly share code, notes, and snippets.

@savolla
Created March 5, 2017 11:19
Show Gist options
  • Save savolla/8b2bc98dab2d70ae7631ecfaac90e8f1 to your computer and use it in GitHub Desktop.
Save savolla/8b2bc98dab2d70ae7631ecfaac90e8f1 to your computer and use it in GitHub Desktop.
not a big deal again and don't laugh.
import sys as os
version = os.version
if "3" in version:
print("okay this is not 2.x version of python. We are cool.")
elif version[1] > 3:
print("wow man! that you gotta upgrade me asap!")
else:
print("we are living in 2017 m9")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment