Skip to content

Instantly share code, notes, and snippets.

@BluePyTheDeer251
Last active March 27, 2025 14:00
Show Gist options
  • Save BluePyTheDeer251/895d1215be3629a8ce86f57c344b8a58 to your computer and use it in GitHub Desktop.
Save BluePyTheDeer251/895d1215be3629a8ce86f57c344b8a58 to your computer and use it in GitHub Desktop.
Random Stuff Go #2
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