how to add to a dictionary using values from 2 different lists code example Example: python 3 how to set a dictionary from two lists mydict = dict(zip(list1, list2))