Hash From Two Arrays
keys = ['a','b','c'] values = [1,2,3] map = {} map[key] = values[i] for key, i in keys