00:00
00:00
OneDude20
We're too far gone now...

Ben @OneDude20

Mail

Meat Theif

Ontario, Canada

Joined on 2/19/21

Level:
12
Exp Points:
1,368 / 1,600
Exp Rank:
47,418
Vote Power:
5.37 votes
Art Scouts
1
Rank:
Town Watch
Global Rank:
67,402
Blams:
6
Saves:
100
B/P Bonus:
2%
Whistle:
Normal
Trophies:
2
Medals:
166

Comments

Thanks for existing dude. It really means a lot to me.

np i did it just for you <33

@OneDude20 Thankies

Don't know how you perfectly encapsulated whats special about NG, but I completely agree with all this !!

With the world crumbling around us, we should treasure all the
amazing people and stuff we have on NG and what will come in the future.

oh and this was a really fun post to read. DO MORE OF THEM !!

BRUH UHM ILL THINK OF A POST TO MAKE IDK ALSO THANKS MAN :DD

name = input("what's your name:\n")
gender = input("what's your gender, in lower case male, female, non-binary, other:\n")
if gender == "male":
print("Hi", name, "So your", gender, "?, what's up man?")
elif gender == "female":
print("Hi", name, "So your", gender, "?, what's up girl?")
elif gender == "non-binary":
print("Hi", name, "So your", gender, "?, what's up they?")
else:
print("Hi", name, "So your", gender, "?, what's up other")

star = input("What is your StarSign?(in lower case)\n")

if star == "aries":
print("Hi", name, "So your star sign is", star,"You were born from (March 21 – April 19)")
elif star == "taurus":
print("Hi", name, "So your star sign is", star,"You were born from (April 20 – May 20)")
elif star == "gemini":
print("Hi", name, "So your star sign is", star,"You were born from (May 21 – June 20)")
elif star == "cancer":
print("Hi", name, "So your star sign is", star,"You were born from (June 21 – July 22)")
elif star == "leo":
print("Hi", name, "So your star sign is", star,"You were born from (July 23 – August 22)")
elif star == "virgo":
print("Hi", name, "So your star sign is", star,"You were born from (August 23 – September 22)")
elif star == "libra":
print("Hi", name, "So your star sign is", star,"You were born from (September 23 – October 22)")
elif star == "scorpio":
print("Hi", name, "So your star sign is", star,"You were born from (October 23 – November 21)")
elif star == "sagittarius":
print("Hi", name, "So your star sign is", star,"You were born from (November 22 – December 21)")
elif star == "capricorn":
print("Hi", name, "So your star sign is", star,"You were born from (December 22 – January 19)")
elif star == "aquarius":
print("Hi", name, "So your star sign is", star,"You were born from (January 20 – February 18)")
elif star == "pisces":
print("Hi", name, "So your star sign is", star,"You were born from (February 19 – March 20)")
else:
print("thats not possible!!")

favp = input("what's your favorite pokemon!!\n")

if favp == "lotad":
print("Wow!!", favp,"is my favorite pokemon too!!")
else:
print("So", name, "Your favorite pokemon is", favp,"?\n that's pretty cool :)")

age = int(input("How old are you:\n"))
s = int(input("enter the age of girls u like:\n"))
if age >= 18:
if s <= 17:
print("Hey", name,"so your", age, "and you like", s, "year olds? SEX OFFENDER ALERT!!")
if s == 12:
print("She said she was 12!!")
elif s <= 59:
print("Hey", name,"so your", age, "You like", s, "year olds? You vaild broski")
elif s >= 60:
print("Hey", name,"so your", age, "and you like", s, "year olds? You like those gilfs huh?")
if s == 69:
print("and uh... NICE ;)")

if age < 18:
if s <= 17:
print("Hey", name,"so your", age, "and you like", s, "year olds? ok ok your vaild")
if s == 12:
print("She said she was 12!!")
elif s <= 59:
print("Hey", name,"so your", age, "You like", s, "year olds? You vaild broski")
elif s >= 60:
print("Hey", name,"so your", age, "and you like", s, "year olds? You like those gilfs huh?")
if s == 69:
print("and uh... NICE ;)")

favn = int(input("what's your favorite number from 1-100?\n"))
if favn == 8:
print(favn,"is also my favorite number!!\n")
else:
print("Hey", name, "so your favorite number is", favn,"?, cool :)")


keepgoing = True
while keepgoing:
gmyfavn = int(input("Now, guess what my SECOND favorite number is:\n"))
if gmyfavn != 20:
print("nope", gmyfavn,"is not the number")
continue
elif gmyfavn == 20:
keepgoing = False
print("Wow", gmyfavn,"is correct, good job :)")

amen