Nov-03-2019, 07:21 PM
AlekseyPython's code is correct, however might be a bit confusing with the dictionary named the same as one of it's elements,
Easier to understand if:
Easier to understand if:
zipped_dict = dict(zip(Labels, Load)) print(f"zipped_dict element 'A' = {zipped_dict['A']}")