who said python can't be obsfucated!?

Bruno Desthuilliers bruno.42.desthuilliers at websiteburo.invalid
Thu Apr 3 06:51:08 EDT 2008


cokofreedom at gmail.com a écrit :
> def s(c):return[]if c==[]else s([_ for _ in c[1:]if _<c[0]])+[c[0]]
> +s([_ for _ in c[1:]if _>=c[0]])
> 
> Anyone else got some wonders...?

Nothing as bad, but:

sig=lambda m:'@'.join(['.'.join([w[::-1] for w in p.split('.')]) for p 
in m.split('@')])




More information about the Python-list mailing list