Created
November 23, 2023 14:46
-
-
Save mrdoornbos/ecf205620d6f466a6967c0e2dfc006b3 to your computer and use it in GitHub Desktop.
Numworks one line 10PRINT
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
import random; counter = 0; exec("while True: print(random.choice('/' + chr(92)), end='' if (counter := counter + 1) % 80 else '\\n')") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment