Skip to content

Instantly share code, notes, and snippets.

@cosinekitty
Created May 9, 2020 00:27
Show Gist options
  • Select an option

  • Save cosinekitty/659ba8f4766753f7a52092bd9fd9750f to your computer and use it in GitHub Desktop.

Select an option

Save cosinekitty/659ba8f4766753f7a52092bd9fd9750f to your computer and use it in GitHub Desktop.
@unique
class Suit(Enum):
Club = 1
Diamond = 1 # Oops!
Heart = 3
Spade = 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment