Created
May 9, 2020 00:27
-
-
Save cosinekitty/659ba8f4766753f7a52092bd9fd9750f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @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