Advertisement
Mr-A

LF2 one-liner

Nov 25th, 2015
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.22 KB | None | 0 0
  1. def dlf2(e,d='',a=123,p=0,k="odBearBecauseHeIsVeryGoodSiuHungIsAGo"): return (lambda:d, (lambda:dlf2(e, d+chr(ord(e[a])-ord(k[p])), a+1, p+1),lambda:dlf2(e, d+chr(ord(e[a])-ord(k[0])), a+1, 1))[int(p == len(k))])[a != len(e)]()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement