subject

Hello PLS, HELP ME. so I wrote a code for Python and it's all correct but I have to connect it and I'm not sure how.
Pls actually help and not put a random answer.
adress = {}
def Update():
contact = input("Name: ")
info = input("What is the phone number/email: ")
adress[contact] = info

def Display():
for contact, info in adress. items():
print(contact)
print(info)

def Search():
who = input("Who do you want to search for?")
for contact, info in adress. items():
if who == contact:
print(info)

def Delete():
deletewho = ("Who do you want to delete? ")
for contact, info in adress. items():
if deletewho == contact:
del adress[deletewho]

def actions():
print("Address book to store friends contact")
print("-" * 40)
print("-" * 40)
print('''Select an option...
1 - Add/Update contact...
2 - Display all contacts...
3 - Search...
4 - Delete contact...
5 - Quit''')
actions()

ANSWER = int(input("What do you want to do"))
if ANSWER == 1:
print("Okay")
elif ANSWER == 2:
print("Okay")
elif ANSWER == 3:
print("Okay")
elif ANSWER == 4:
print("Okay")
elif ANSWER == 5:
print("Okay")

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 19:30
Why is it a good idea to leave an interview being courteous and polite?
Answers: 1
question
Computers and Technology, 22.06.2019 08:00
Apex q: what does a low employment rate indicate? a. not many people are earning high salaries b. not many people are going to college c. not many people are renting their homes d. not many people have jobs
Answers: 2
question
Computers and Technology, 23.06.2019 03:00
State 7 common key's for every keyboard
Answers: 1
question
Computers and Technology, 23.06.2019 23:30
Match the following errors with their definitions. a. #name b. #value c. #ref d. 1. when a formula produces output that is too lengthy to fit in the spreadsheet cell 2. when you enter an invalid cell reference in a formula 3. when you type text in cells that accept numeric data 4. when you type in a cell reference that doesn’t exist
Answers: 1
You know the right answer?
Hello PLS, HELP ME. so I wrote a code for Python and it's all correct but I have to connect it and...
Questions
question
History, 05.05.2020 08:12
question
Mathematics, 05.05.2020 08:12
question
Social Studies, 05.05.2020 08:12
Questions on the website: 13722363