Skip to content

Instantly share code, notes, and snippets.

@Grissess
Created November 28, 2015 23:09
Show Gist options
  • Save Grissess/b7f5456b0468b6a021df to your computer and use it in GitHub Desktop.
Save Grissess/b7f5456b0468b6a021df to your computer and use it in GitHub Desktop.
print (lambda f, i, p, s, l: f(f, i, p, s, l))(lambda f, i, p, s, l: s if not i else f(f, i[1:], p, l(s, p('Dial %d: '%(i[0],)), i[0]), l), range(5), raw_input, set("about after again below could every first found great house large learn never other place plant point right small sound spell still study their there these thing think three water where which world would write".split(' ')), lambda s, d, p: set([i for i in s if i[p] in d]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment