-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp01
More file actions
45 lines (35 loc) · 1.84 KB
/
app01
File metadata and controls
45 lines (35 loc) · 1.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
print("which webtoon should i read quiz")
print()
print("hi i read a lot of webtoon and if you are interested to read any u can take this quiz but if u dont uh u dont need to take this quiz thanks :D")
print("Please respond with a number 1 - 5, where 1 is strongly disagree and 5 is strongly agree. thanks! uwu")
print()
romance1 = input("i like romance")
scifi1 = input("i like sci-fi")
touching1 = input("i like touching stories")
truebeauty1 = input("i like stories relating to true identity")
truebeauty2 = input("i like cheesy stories")
truebeauty3 = input("i like stories related to make-up")
agematters1 = input("i like stories related to worklife")
agematters2 = input("i like stories with a little bit of comedy and romance")
agematters3 = input("i like stories that slowly build up to the climax")
sirenslament1 = input("i like stories with sirens/mermaids/mermen")
sirenslament2 = input("i like stories that have much tragedies")
sirenslament3 = input("i like stories which have deep feelings (might include romance)")
subzero1 = input("i like stories with dragons")
subzero2 = input("i like stories related to royalty")
subzero3 = input("i like stories that has a change of
outdoor1 = input("I'll go crazy if I do not go out of the house for the whole day.")
music1 = input("I can see colours in my mind when i hear music.")
tech2 = input("I know how to build apps and websites.")
outdoor2 = input("I'm good with tying knots and ropes.")
music2 = input("I play a musical instrument well.")
tech_final = int(tech1) + int(tech2)
outdoor_final = int(outdoor1) + int(outdoor2)
music_final = int(music1)+ int(music2)
print()
if tech_final > outdoor_final and tech_final > music_final:
print("You might be suitable for Infocomm club!")
elif outdoor_final > music_final:
print("You might be stuiable for ODAC!")
else:
print("You might be suitable for Band!")