#Your Code Here
print("Hello you are watching me1")
Hello you are watching me1
#Your Code Here
# Countdown
def countdown():
"""
20
19
18
17
16
15
14
13
12
11
10
9
8
7
6
5
4
3
2
1
Blast off!
"""
return
# Your functions
def main()
"""
a = [2, 4, 6, 12, 15, 99, 100]
100
2
4
"""
return