dictionary associate(keys, values)
Returns a new dictionary with the keys of first container having the values of second container.
If an array of keys is used and it contains duplicates then it will be associated with the rightmost value.
If an array of values is used and it has fewer elements that keys then the entry will have a null value.
null.