Skip to content

Instantly share code, notes, and snippets.

@elyssonmr
Created November 23, 2023 18:07
Show Gist options
  • Save elyssonmr/6686ece1f3d983ddb342f133063e1851 to your computer and use it in GitHub Desktop.
Save elyssonmr/6686ece1f3d983ddb342f133063e1851 to your computer and use it in GitHub Desktop.
class X:
def __eq__(self, other):
return True
x = X()
if x == 1 and x == 2 and x == 3:
print('Absurdo')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment