Skip to content

Commit c5fdd8e

Browse files
authored
Update parentsim.py
1 parent bd8e558 commit c5fdd8e

1 file changed

Lines changed: 59 additions & 3 deletions

File tree

parentsim.py

Lines changed: 59 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import os
22
insert = "Insert your answer [IN NUMBERS!] : "
33
died = "\n~~~~~~~~~~~~~ \n~~YOU DIED!~~ \n~~~~~~~~~~~~~\n"
4+
left = "\n~~~~~~~~~~~~~~~~~~~~~~~~~~ \n~~You've been abandoned!~~ \n~~~~~~~~~~~~~~~~~~~~~~~~~~\n"
45

56
print("00000000000000000000000000000000000000000000000")
67
print("0000000000000000 Dad Simulator 0000000000000000")
@@ -74,7 +75,6 @@
7475
print(died)
7576
os.system('pause')
7677
exit()
77-
7878
elif answer1 == '2':
7979
print("\nWhy so?")
8080
print("1. A girl I like rejected me..")
@@ -119,7 +119,63 @@
119119
os.system('pause')
120120
exit()
121121
elif answer1 == '3':
122-
print('shutup')
123-
122+
print('\nWhat do you mean "boring" how can school be "boring" FGS?!?')
123+
print("1. A girl rejected me..")
124+
print("2. I had four hours of MR. Johnson's class. JEEZ it was BORING!!!!")
125+
print("3. Idk, just played on my phone and skipped class, nothing too interesting")
126+
if3 = input(insert)
127+
if if3 == "1":
128+
age3 = input("YOU ARE TALKING TO GIRLS AT THE AGE OF 10(?) 16(?), WAIT How even old are you young man? ")
129+
print("ok, let me understand. You're talking to girls at the age of "+ age3 + "????????? you're a disgrace son! you're NOT MY SON ANYMORE!")
130+
print(died)
131+
os.system('pause')
132+
exit()
133+
if if3 == "2":
134+
print("\nWhat class is \"MR. Johnson's\"??")
135+
print("1. Math")
136+
print("2. Sex ED")
137+
print("3. Let me tell you something dad, I. HAVE. NO. IDEA. I am only looking at the girls' all the cuties are in MR. Johnson's class NGL LOL LMFO GG CLAPPED (or whatever youngsters say nowadays")
138+
if31 = input(insert)
139+
if if31 == "1":
140+
print("MATH?!? Boring? How on earth are you going to have a PHD at the age of 20 with that attitude?")
141+
print("\n1. When did I say that I wanted to be a professor at the age of 20?!? \n2. That's ok dad I'm starting to learn to code in Roblox I'll be the next bill gates in no time. \n3. Daddy Chill UwU")
142+
if311 = input(insert)
143+
if if311 == "1":
144+
print("Well you clearly said that when you were 2, I have it on tape. How about you stop playing that Ybox of yours and go get some illegal loans for collage?")
145+
print(died)
146+
os.system('pause')
147+
exit()
148+
if if311 == "2":
149+
print("What the heck is roblox? It isn't orthodox isn't it? Show me that roblox thingi")
150+
print("\n1. Show dad your roblox (last game you played was Roblox unchristian intercourse simulator) ")
151+
print("2. Smash your Ybox and run away")
152+
if3111 = input(insert)
153+
if if3111 == "1":
154+
print("What The jesus hell christ jeez holy shit is that sin?? I don't think god will forgive you or me on that one *Went to buy milk a day later and never returned*")
155+
print(left)
156+
os.system('pause')
157+
exit()
158+
if if3111 == "2":
159+
print("\n Dad: Wha de fuk. COME BACK HERE YOU SCUM!")
160+
print(died)
161+
os.system('pause')
162+
exit()
163+
if if311 == "3":
164+
print("\n *SLAPS YOU WITH A BELT*")
165+
print(died)
166+
os.system('pause')
167+
exit()
168+
if if31 == "2":
169+
print("\nWHAT? I AM PAYING FOR THIS SHIT?")
170+
print("~"*100 + "\n Well, you didn't die but dad moved you to the orthodox school, What's the point of living without the cutie from Mr. Johnson's class..\n"+ "~"*100)
171+
print(died)
172+
os.system('pause')
173+
if if3 == "3":
174+
print("\nYou're playing on your phone in class? *SLAPS YOU WITH A BELT*")
175+
print(died)
176+
os.system('pause')
177+
exit()
124178
#ignore me I exist for making the thing below me work
179+
#elif answer1 == "4":
180+
125181
os.system('pause')

0 commit comments

Comments
 (0)