Skip to content

Commit bd8e558

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

File tree

1 file changed

+99
-11
lines changed

1 file changed

+99
-11
lines changed

parentsim.py

Lines changed: 99 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
import os
2+
insert = "Insert your answer [IN NUMBERS!] : "
3+
died = "\n~~~~~~~~~~~~~ \n~~YOU DIED!~~ \n~~~~~~~~~~~~~\n"
24

35
print("00000000000000000000000000000000000000000000000")
4-
print("000000000000000 Parent Simulator 00000000000000")
6+
print("0000000000000000 Dad Simulator 0000000000000000")
57
print("00000000000000000000000000000000000000000000000")
68

79
print('')
@@ -11,7 +13,8 @@
1113
print('1. Excellent, had a very informative day!')
1214
print('2. It was ok, not something special.')
1315
print('3. meh.. it was pretty boring...')
14-
answer1 = input("Insert your answer here [IN NUMBERS!] : ")
16+
print("4. I'm cool show me other options")
17+
answer1 = input(insert)
1518

1619
if answer1 == '1':
1720

@@ -21,17 +24,102 @@
2124
print("1. I got A+ in test")
2225
print("2. We had an interesting lecture.")
2326
print("3. I got a kiss!")
24-
if1 = input("Insert your answer [IN NUMBERS!] ? ")
27+
if1 = input(insert)
2528
if if1 == "1":
2629
print("Very good son.")
27-
elif if1 == "2":
28-
print('')
29-
if11 = input("What was it about?")
30-
elif if1 == "3":
31-
print("~~YOU DIED~~")
32-
os.system('pause')
30+
print("In which subject was the test?")
31+
print("1. Math")
32+
print("2. PE")
33+
print("3.Physics")
34+
if11 = input(insert)
35+
if if11 == "1":
36+
print("Alright, you can go play some Ybox or whatever it is that you youngsters do.")
37+
print("~"*33)
38+
print("~"*6+"Congrats YOU WON!!!1!"+"~"*6)
39+
print("~" * 33)
40+
elif if11 == "2":
41+
print("Oh, That's sucks! You're a failure! Go and learn some math!")
42+
print(died)
43+
os.system('pause')
44+
exit()
45+
elif if11 == "3":
46+
print("Alright, you can go play some Ybox or whatever it is that you youngsters do.")
47+
print("~" * 33)
48+
print("~" * 6 + "Congrats YOU WON!!!1!" + "~" * 6)
49+
print("~" * 33)
50+
elif if1 == "2":
51+
print('')
52+
print('What was it about?')
53+
print("1. About the dangers of drugs and alcohol. \n 2. SEX ED\n3. math (BORING!!!!11!)")
54+
if12 = input(insert)
55+
if if12 == "1":
56+
print("Alright, you can go play some Ybox or whatever it is that you youngsters do.")
57+
print("~" * 33)
58+
print("~" * 6 + "Congrats YOU WON!!!1!" + "~" * 6)
59+
print("~" * 33)
60+
os.system('pause')
61+
exit()
62+
if if12 == "2":
63+
print("WHAT THE FACT?!")
64+
print(died)
65+
os.system('pause')
66+
exit()
67+
if if12 == "3":
68+
print("MATH?!? BORING?!?? You're a disappointment son!")
69+
print(died)
70+
os.system('pause')
71+
exit()
72+
elif if1 == "3":
73+
print("How about you go kiss some math worksheets!")
74+
print(died)
75+
os.system('pause')
76+
exit()
3377

3478
elif answer1 == '2':
35-
if2
79+
print("\nWhy so?")
80+
print("1. A girl I like rejected me..")
81+
print("2. A bunch of jerks bullied me at lunch")
82+
print("3. Had some math class.. You know how it is..")
83+
if21 = input(insert)
84+
if if21 == '1':
85+
print("You have girls in your school?!? I thought it's an orthodox school *visible confusion* ")
86+
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)
87+
print(died)
88+
os.system('pause')
89+
exit()
90+
if if21 == '2':
91+
print("\nWhy's that?")
92+
print("1. I won the kahoot\n2. I have no idea :/ ")
93+
if211 = input (insert)
94+
if if211 == '1':
95+
print("You're a big nerd son! ")
96+
print(died)
97+
os.system('pause')
98+
exit()
99+
elif if211 == '2':
100+
print("I told you, you should've taken Krav Maga lessons instead of chess! LOSER!")
101+
print(died)
102+
os.system('pause')
103+
exit()
104+
if if21 == '3':
105+
print("\n What's the problem with math??")
106+
print("1. It's BORING!!!")
107+
print("2. Nothing, It's great, my favorite subject!")
108+
if212 = input(insert)
109+
if if212 == '1':
110+
print("WHAT?")
111+
print(died)
112+
os.system('pause')
113+
exit()
114+
if if212 == '2':
115+
print("Alright, you can go play some Ybox or whatever it is that you youngsters do.")
116+
print("~" * 33)
117+
print("~" * 6 + "Congrats YOU WON!!!1!" + "~" * 6)
118+
print("~" * 33)
119+
os.system('pause')
120+
exit()
121+
elif answer1 == '3':
122+
print('shutup')
36123

37-
os.system('pause')
124+
#ignore me I exist for making the thing below me work
125+
os.system('pause')

0 commit comments

Comments
 (0)