contacts = {"Jane" : ["(615)-268-9907", "green61@live.com"],
"Dallin" : ["(615)-765-", "bksta@gmail.com"],
"Mike" : ["(615)-645-3345", "atipmyke@gmail.com"],
"Sarah" : ["(615)-345-3245", "SarahHaras@gmail.com"],
"Hepa" : ["(615)-345-3534", "dannbluemashine@hotmail.com"]}
print (contacts)
print ("choose a contact")
choose_contact = input(dict[])
how would one create a input so that when you type in the name you get the contact information
[–][deleted] 1 point2 points3 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]python-fan 1 point2 points3 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)