# http://www.gocomics.com/foxtrot/2010/04/04/ SPACE = -32 enc = [16, 12, 5, 1, 19, 5, SPACE, 19, 20, 5, 1, 12, SPACE, 13, 25, SPACE, 3, 1, 14, 4, 25, SPACE, 2, 1, 19, 11, 5, 20] print "".join(map(lambda x: chr(x+64), enc))