thorpedosg

Untitled

Jul 24th, 2018
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. rand = lambda: __import__('os').urandom(1024*1024)
  2. magic = lambda x: __import__('re').compile('(%s)'%chr(int(x*2)))
  3.  
  4. print(''.join([magic(i ).findall(rand())[0] for i in \
  5. [60.5, 55.5, 58.5, 16.0, 54.0, 55.5, 57.5, 50.5]]))
Add Comment
Please, Sign In to add comment