Clipboard.

  • FTB will be shutting down this forum by the end of July. To participate in our community discussions, please join our Discord! https://ftb.team/discord

Furfurfur2001

New Member
Jul 29, 2019
83
0
1
lGXw8Mq.gif

Telling someone to dealwithit
 

Furfurfur2001

New Member
Jul 29, 2019
83
0
1
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"
 

Droideka30

New Member
Jul 29, 2019
181
0
0
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.)
 

whizzball1

New Member
Jul 29, 2019
2,502
0
0
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.
 

Droideka30

New Member
Jul 29, 2019
181
0
0
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