Python dict from two lists

Beautiful Python one liner that creates a dictionary from two lists, using one list as the dictionary keys and the other as the dictionary values.

Read more