Skip to content

Instantly share code, notes, and snippets.

@BluePyTheDeer251
Created December 5, 2024 00:02
Show Gist options
  • Save BluePyTheDeer251/09f75db8af14e72c3af437cacbb4fe44 to your computer and use it in GitHub Desktop.
Save BluePyTheDeer251/09f75db8af14e72c3af437cacbb4fe44 to your computer and use it in GitHub Desktop.
Just programming in Python.
print("Welcome!")
myRandomInteger = input("Input a number between 1 and 1000: ")
if myRandomInteger >= 10:
print("Why?")
elif myRandomInteger >= 100:
print("Ok, a nice number.")
elif myRandomInteger >= 1000:
print("Not bad.")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment