f = lambda x:x>''and 64^ord(x)or chr(64^x) for x in range(1, 27)+map(chr, range(65, 91)): print '%2s -> %2s' % (x, f(x))