Skip to content

Instantly share code, notes, and snippets.

@alder
Created May 10, 2016 21:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alder/a0fb8760ec3570d1002f1344205d4a81 to your computer and use it in GitHub Desktop.
Save alder/a0fb8760ec3570d1002f1344205d4a81 to your computer and use it in GitHub Desktop.
class A:
def b(self):
pass
if A.b is A.b:
print("Python 3")
else:
print("Python 2")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment