Skip to content

Instantly share code, notes, and snippets.

@x
Created August 16, 2021 16:47
Embed
What would you like to do?
PETSCII Maze in One-Line Python
python3 -c "while 1: print(chr(int(9585.5 + __import__('random').random())), end='')"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment