Skip to content

Instantly share code, notes, and snippets.

View michaelfairley's full-sized avatar

Michael Fairley michaelfairley

View GitHub Profile
#!/usr/bin/env python
import mincemeat
data = ["Humpty Dumpty sat on a wall",
"Humpty Dumpty had a great fall",
"All the King's horses and all the King's men",
"Couldn't put Humpty together again",
]
def mapfn(k, v):