What are you doing there with Nose's kitten?
. ▲
▲ ▲
"You triforce!"
So ur makin out wit ur honey and ten ur fone rings and the caller says "Wat r u doing wit my daughter". U ask ur honey if her father was still alive and she says "no".
WHO WHAT PHONE!?!?!?
As goreae said to Liara was once, "Because Of Reasons"
The code within the "if" statements isn't indented-- my programmer OCD is going crazy!print("What is your age?")
age = input()
age = int(age)
if age == 10:
print("What do you acll an unhappgy cranberry?")
print("A blueberry!")
elif age == 11:
print("What did the green grape say to the blue grape?")
print("Breathe! Breathe!")
elif age == 12:
print("What did 0 say to 8?")
print("Hi guys!")
elif age == 13:
print("Why wasn't 10 afraid of 7?")
print("Because rather than eating 9, 7 8 pi.")
else:
print("I don't know any jokes for your age.")
Python programming, example from book.