Skip to content

Instantly share code, notes, and snippets.

@cosinekitty
Created May 8, 2020 12:43
Show Gist options
  • Select an option

  • Save cosinekitty/37aa43b56e9cad60440fdd8749138962 to your computer and use it in GitHub Desktop.

Select an option

Save cosinekitty/37aa43b56e9cad60440fdd8749138962 to your computer and use it in GitHub Desktop.
Using variables as enumerated values before Python 3.4
CLUB = 1
DIAMOMD = 2
HEART = 3
SPADE = 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment