Last active
May 27, 2025 14:59
-
-
Save axurright/876862cb28070d9ba98668b81c210989 to your computer and use it in GitHub Desktop.
Random stuff go #1
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
| print("Please do not talk, I am trying to sleep...") | |
| talking = input() | |
| if talking != None: | |
| print("SHUT THE HELL UP!!!!!!!!!") | |
| if talking == None: | |
| print("Zzz...") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment