# cat blog >> /dev/brain 2> /proc/mind
cat blog >> /dev/brain 2> /proc/mind
# cat mission_08.py number = 1087943696176439095600323762148055792209594928798662843208446383247024 i = 1 while True: h = hex(number / i)[2:-1] if len(h) % 2 == 0: s = h.decode('hex') if all(ord(c) < 128 for c in s): print s, i break i += 1 # python mission_08.py Text is just a long number. 31336
cat mission_08.py
python mission_08.py
Post a Comment
No comments:
Post a Comment