Skip to content

Instantly share code, notes, and snippets.

@startling
Created July 28, 2012 04:24
Show Gist options
  • Save startling/3191785 to your computer and use it in GitHub Desktop.
Save startling/3191785 to your computer and use it in GitHub Desktop.
dictionary
topics = { "Spell" : ["Love", "Revenge", "Etc"],
"Prayer" : ["Zeus", "Legba", "Circe"] }
choice = raw_input().rstrip()
print topics[choice]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment