You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print('1. Excellent, had a very informative day!')
12
14
print('2. It was ok, not something special.')
13
15
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)
15
18
16
19
ifanswer1=='1':
17
20
@@ -21,17 +24,102 @@
21
24
print("1. I got A+ in test")
22
25
print("2. We had an interesting lecture.")
23
26
print("3. I got a kiss!")
24
-
if1=input("Insert your answer [IN NUMBERS!] ? ")
27
+
if1=input(insert)
25
28
ifif1=="1":
26
29
print("Very good son.")
27
-
elifif1=="2":
28
-
print('')
29
-
if11=input("What was it about?")
30
-
elifif1=="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
+
ifif11=="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
+
elifif11=="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
+
elifif11=="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
+
elifif1=="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
+
ifif12=="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
+
ifif12=="2":
63
+
print("WHAT THE FACT?!")
64
+
print(died)
65
+
os.system('pause')
66
+
exit()
67
+
ifif12=="3":
68
+
print("MATH?!? BORING?!?? You're a disappointment son!")
69
+
print(died)
70
+
os.system('pause')
71
+
exit()
72
+
elifif1=="3":
73
+
print("How about you go kiss some math worksheets!")
74
+
print(died)
75
+
os.system('pause')
76
+
exit()
33
77
34
78
elifanswer1=='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
+
ifif21=='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
+
ifif21=='2':
91
+
print("\nWhy's that?")
92
+
print("1. I won the kahoot\n2. I have no idea :/ ")
93
+
if211=input (insert)
94
+
ifif211=='1':
95
+
print("You're a big nerd son! ")
96
+
print(died)
97
+
os.system('pause')
98
+
exit()
99
+
elifif211=='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
+
ifif21=='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
+
ifif212=='1':
110
+
print("WHAT?")
111
+
print(died)
112
+
os.system('pause')
113
+
exit()
114
+
ifif212=='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
+
elifanswer1=='3':
122
+
print('shutup')
36
123
37
-
os.system('pause')
124
+
#ignore me I exist for making the thing below me work
0 commit comments