-
Notifications
You must be signed in to change notification settings - Fork 0
/
sam's challenge.py
51 lines (51 loc) · 1.04 KB
/
sam's challenge.py
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
46
47
48
49
50
51
import time
print("hello another useless person ")
time.sleep(1)
print("welcome to my shit code")
a = input("do you want to see the output yes/no ")
if a == "yes" :
print("H")
time.sleep(1)
print("E")
time.sleep(1)
print("L")
time.sleep(1)
print("L")
time.sleep(1)
print("O")
time.sleep(1)
print("W")
time.sleep(1)
print("O")
time.sleep(1)
print("R")
time.sleep(1)
print("L")
time.sleep(1)
print("D")
if a == "Yes" :
print("H")
time.sleep(1)
print("E")
time.sleep(1)
print("L")
time.sleep(1)
print("L")
time.sleep(1)
print("O")
time.sleep(1)
print("W")
time.sleep(1)
print("O")
time.sleep(1)
print("R")
time.sleep(1)
print("L")
time.sleep(1)
print("D")
if a == "no" :
print("WTF why did you came here then go shake you pp")
if a == "No":
print("WTF why did you came here then go shake you pp")
else :
print("cant you just type a fricking yes or no ")