Skip to content

Commit e307ae8

Browse files
authored
Add files via upload
1 parent 3118ee2 commit e307ae8

1 file changed

Lines changed: 37 additions & 0 deletions

File tree

parentsim.py

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
import os
2+
3+
print("00000000000000000000000000000000000000000000000")
4+
print("000000000000000 Parent Simulator 00000000000000")
5+
print("00000000000000000000000000000000000000000000000")
6+
7+
print('')
8+
print("Good'ay son!")
9+
print("")
10+
print('How was school today?')
11+
print('1. Excellent, had a very informative day!')
12+
print('2. It was ok, not something special.')
13+
print('3. meh.. it was pretty boring...')
14+
answer1 = input("Insert your answer here [IN NUMBERS!] : ")
15+
16+
if answer1 == '1':
17+
18+
print('')
19+
print('')
20+
print("Why so?")
21+
print("1. I got A+ in test")
22+
print("2. We had an interesting lecture.")
23+
print("3. I got a kiss!")
24+
if1 = input("Insert your answer [IN NUMBERS!] ? ")
25+
if if1 == "1":
26+
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')
33+
34+
elif answer1 == '2':
35+
if2
36+
37+
os.system('pause')

0 commit comments

Comments
 (0)