Zip(**array1,**array2) is a great one too
What does it do?
It's create a python dict from two iterable, first iterable defines the keys and second the values
Zip(**array1,**array2) is a great one too
What does it do?
It's create a python dict from two iterable, first iterable defines the keys and second the values