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

A simple program that converts plaintext with formatting characters into HTML

Updated 2 years ago

My logic world computer stuff (No longer private now)

Updated 2 years ago