This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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): |
NewerOlder