Last active
March 27, 2025 14:00
-
-
Save BluePyTheDeer251/895d1215be3629a8ce86f57c344b8a58 to your computer and use it in GitHub Desktop.
Random Stuff Go #2
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("What's 6 x 3?") | |
answer = input() | |
if int(answer) == 18: | |
print("You are safe.") | |
else: | |
print("DIE.") | |
for i in range(1, 100000000): | |
print(i) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment