import random while True: print(random.choice("╱╲"), end="")
python3 -c 'while True: print(__import__("random").choice("╱╲"), end="")'