Skip to content

Instantly share code, notes, and snippets.

@brandon-b-miller
Created January 14, 2021 20:56
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 brandon-b-miller/96ed965179f5c6662ad44d21bbbe52f8 to your computer and use it in GitHub Desktop.
Save brandon-b-miller/96ed965179f5c6662ad44d21bbbe52f8 to your computer and use it in GitHub Desktop.
class A(object):
pass
a = A()
if a:
print("uh oh!")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment