Skip to content

Instantly share code, notes, and snippets.

@toddmilne13
Created September 22, 2016 14:37
Show Gist options
  • Save toddmilne13/e274371232e6dd200dab230ed75e3c72 to your computer and use it in GitHub Desktop.
Save toddmilne13/e274371232e6dd200dab230ed75e3c72 to your computer and use it in GitHub Desktop.
stjlol-tm-PhScale
#this is my code
print("Give me a number between 0-14 and ill tell you if its an acid or base")
answer=int(input("Giv me and number"))
if answer >= 7:
print("This number is a base")
elif answer <= 6:
print("This nunmber is an acid")
"""thank you for playing hahah"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment