generated from Code-Institute-Org/p3-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
art.py
34 lines (26 loc) · 744 Bytes
/
art.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
def welcome_logo():
print ("""
_____ ____ ____ _ ____ _____
| ____/ ___| / ___| / \ | _ \| ____|
| _| \___ \| | / _ \ | |_) | _|
| |___ ___) | |___ / ___ \| __/| |___
|_____|____/ \____/_/ \_\_| |_____|
FROM THE MUSEUM
""")
def fire():
print("""
. : .
__________ '. : .'
/ /\__.__'.:.' .
\_________\/ . .':'. .
.' : '.
' : '
""")
def key():
print ("""
ooo, .---.
o` o / |\________________
o` 'oooo() | ________ _ _)
`oo o` \ |/ | | | |
`ooo' `---' "-" |_|
""")