crear un dict de dos listas
zip_iterator = zip(keys_list, values_list)
Eager Elk
zip_iterator = zip(keys_list, values_list)