#github #github #github #github I want to combine these:
keys = ['name', 'age', 'food']
values = ['Monty', 42, 'spam']
Into a single dictionary:
{'name': 'Monty', 'age': 42, 'food': 'spam'}
dict: https://docs.python.org/3/library/fun... zip: https://docs.python.org/3/library/fun...