Puzzle E4

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.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s