Created
August 16, 2021 16:47
-
-
Save x/1567126885a24c4848ea3eaba63430b3 to your computer and use it in GitHub Desktop.
PETSCII Maze in One-Line Python
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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