Unequal lengths in zip( )

Report a typo

Consider the following two lists:

numbers = [1, 2, 3]

letters = ['A', 'B', 'C', 'D']

Which tuples will you get iterating over zip(numbers, letters) ?

Select one option from the list
___

Create a free account to access the full topic