import sys import truly_random as rng rng.set_default_as_fourmi() while True: sys.stdout.write(chr(rng.randint(32,126)))