Skip to content

Instantly share code, notes, and snippets.

@toddmilne13
Created October 4, 2016 09:33
Show Gist options
  • Save toddmilne13/a5397cee01ceffe8ded9edcb0ce7c99a to your computer and use it in GitHub Desktop.
Save toddmilne13/a5397cee01ceffe8ded9edcb0ce7c99a to your computer and use it in GitHub Desktop.
Strings Project
print("look what i can do")
ans = "Oranges" + "Apples"
ans=input("What do you get if you add Oranges and Apples... ")
if ans == "OrangeApples":
print("Well done you got it right")
else:
print(" ehhh sorry i dont know what " + ans + " is")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment