Skip to content

Instantly share code, notes, and snippets.

@raeq
Created April 30, 2020 08:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raeq/8c432d2ea4a1e23f20f54b618035c599 to your computer and use it in GitHub Desktop.
Save raeq/8c432d2ea4a1e23f20f54b618035c599 to your computer and use it in GitHub Desktop.
age = input("Please tell me your age: ")
age = int(age)
if age < 21:
print ("No alcohol can be served to you.")
else:
print ("Which drink may I prepare for you?")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment