Skip to content

Instantly share code, notes, and snippets.

@x
Created August 16, 2021 16:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save x/1567126885a24c4848ea3eaba63430b3 to your computer and use it in GitHub Desktop.
Save x/1567126885a24c4848ea3eaba63430b3 to your computer and use it in GitHub Desktop.
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