-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwelcome.py
More file actions
38 lines (38 loc) · 1.83 KB
/
welcome.py
File metadata and controls
38 lines (38 loc) · 1.83 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
def print_welcome():
print('''
_ _
(c)___c____(c)
\ ........../
|.........|
|.......|
|.......|
|=======|
|=======|
__o)""""::?
C__ c)::;
>-- ::
(____/
} /""|
__/ (|V ^ )\
o | _____/ |#/ / |
@ o_|}|_____/|/ / |
_____/ / |
======ooo}{|______)# |
~~~~ ; ; ###---|8
____;_____;____ ###====
(///0///@///@///) ###@@@@|
|~~~~~~~~~~~~~~~| ###@@@@|
\ / ###@@@@| +
\___________/ ###xxxxx /\ //
H H H H ###|| | / \ //
H H H H | || | /____\ /~_^_
H H H H C |C | _|@@|_ /__|#|_
H H H H || || /_|@@|_/___|#|/|
v \/ H(o) (o) H || :: |:::::::::::::|#|
~ ~~ (o) (o) Ccc__)__) | Food! |#|
\|/ ~ @* & ~ |:::::::::::::|/ \|/
~ \|/ !! \ !/ ~~~~~~~~~~~~~ ~~~
~~~ ~~ ~~ ~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Welcome to the food recommendation system for SoHo NY
''')