-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain
More file actions
43 lines (43 loc) · 1.56 KB
/
main
File metadata and controls
43 lines (43 loc) · 1.56 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
39
40
41
42
43
while True:
print("hello world")
print()
a=input("name:")
print()
b=input("phone number:")
print()
c=input("select-a-b-c:")
if c=="a":
print()
d=input("last name:")
print()
print()
print("name:",a,",","last name:",d,",","phone number:",b,",","selectead:",c,"mod",",","full name:",a,d,"----------->","your list")
print()
print("good by",a,",","pleas copy your list and save to text file")
print()
input("press button enter to key board laptop and case to exite page: ")
elif c=="b":
print()
d=input("last name:")
print()
print()
print("name:",a,",","last name:",d,",","phone number:",b,",","selectead:",c,"mod",",","full name:",a,d,"----------->","your list")
print()
print("good by",a,",","pleas copy your list and save to text file")
print()
input("press button enter to key board laptop and case to exite page: ")
elif c=="c":
d=input("last name:")
print()
print()
print("name:",a,",","last name:",d,",","phone number:",b,",","selectead:",c,"mod",",","full name:",a,d,"----------->","your list")
print("good by",a,",","pleas copy your list and save to text fi")
print()
input("press button enter to key board laptop and case to exite page: ")
else:
print()
print("EROR 404!")
print("hello",a,"wrong selectead mod")
print()
input("press button enter to key board laptop and case to exite page: ")
print()