If you had two lists, one of first names and one of last names ['Jane', 'John', 'Jack'] and ['Doe', 'Deer', 'Black'], use zip to create a dictionary with the keys as the first names and the values as the last names.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.