Skip to content

Instantly share code, notes, and snippets.

@fatosmorina
Created May 9, 2021 09:44
Show Gist options
  • Save fatosmorina/63652b89af13fbda585946160606a9c6 to your computer and use it in GitHub Desktop.
Save fatosmorina/63652b89af13fbda585946160606a9c6 to your computer and use it in GitHub Desktop.
first = Game(100)
second = Game(200)
print(first < second) # True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment