-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.py
More file actions
37 lines (31 loc) · 1023 Bytes
/
Copy pathexample.py
File metadata and controls
37 lines (31 loc) · 1023 Bytes
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
print("""#############################################
# # # # # # # # # #
# # # # # # # # # #
# # # # # # ## ## # # # # # # #
# # # # # # # # #
# # # # # # # # # # # #
#############################################\n\n""")
print("""hello
hello
hello
hello
hello
""")
#print("hello im a hero.\n" + "hello am i hero\n" + "big hero")
#print("dog\n"*90)
name = input(":-What is your name\n")
print(":-hello " + name + " thank you for coming today\n")
if name == "etc":
print("[your name is not correct Please write correct name]\n")
else:
print("[you are guild member]\n")
input("[how can i help you today]\n")
menu = " [1]cocktail\n [2]soft drink\n [3]hard drink\n"
print("menu name\n" + menu)
name = input("which would you like ")
#print(name)
print(name+ " wait for while")
print("come get your coffee sir")
#print("thanks")
#name = "alpha"
#print(name)