Skip to content

Instantly share code, notes, and snippets.

@lhackman
Created January 14, 2014 17:15
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lhackman/8422019 to your computer and use it in GitHub Desktop.
Save lhackman/8422019 to your computer and use it in GitHub Desktop.
descriptors for superhero exercise
adjectives = dict(a="red", b="orange", c="green", d="blue", e="yellow", f="orange", g="black", h="super", i="mysterious", j="flying", k="purple", l="sparkling", m="flashing", n="courageous", o="singing", p="tender", q="magnificent", r="radioactive", s="hypnotic", t="screaming", u="ultraviolet", v="royal", w="tap dancing", x= "silent", y="angry", z="amazing")
nouns = dict(a="waffle", b="turtle", c="lantern", d="herb garden", e="trampoline", f="marshmallow", g="ghost", h="tent", i="water bottle", j="rattle", k="cell phone", l="romantic", m="restaurant", n="coin purse", o="quail", p="pineapple", q="mosquito", r="wrestler", s="sun", t="walrus", u="vigilante", v="jester", w="teddy bear", x= "python", y="racoon", z="wombat")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment