Question:
Given a list of keys:
[‘name’, ‘address’, ‘state’, ‘zip’]
AND a separate list of values:
[‘bruce wayne’, ‘gotham city’, ‘New Jersey’, ’53540’]
Write a script that will combine them into a dictionary and display it to the screen.
Question:
Given a list of keys:
[‘name’, ‘address’, ‘state’, ‘zip’]
AND a separate list of values:
[‘bruce wayne’, ‘gotham city’, ‘New Jersey’, ’53540’]
Write a script that will combine them into a dictionary and display it to the screen.