Created
January 5, 2025 19:25
-
-
Save BluePyTheDeer251/876862cb28070d9ba98668b81c210989 to your computer and use it in GitHub Desktop.
Random stuff go #1
This file contains 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 HECK UP!!!!!!!!!") | |
if talking == None: | |
print("Zzz...") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment