Clipboard.

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
lGXw8Mq.gif

Telling someone to dealwithit
 
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"
 
Fannie Mae and Freddie Mac

I came across these names in a news article and was looking them up. (They aren't actual people, btw.)
 
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.
 
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.
The code within the "if" statements isn't indented-- my programmer OCD is going crazy!
 
  • Like
Reactions: PeggleFrank