最佳答案
我想把这些结合起来:
keys = ['name', 'age', 'food']values = ['Monty', 42, 'spam']
一本字典:
{'name': 'Monty', 'age': 42, 'food': 'spam'}