Reese z4221
  • #!/bin/env python3 import random as r;r.seed(4221);f=r.randrange for i in "3d ce 17 48 65 6c 8b 6c 2b 6f 80 21".split(): if f(2)==1: print(chr(int(i,16)),end="") else: f(255)

  • Joined on