Create a dictionary containing the information in user_1 and user_2. The dict() function can be used with a list of the lists.
user_1
user_2
dict()
Make sure to pick dict, followed by [, and finally ].
dict
[
]