Consider the following two lists:
numbers = [1, 2, 3]
letters = ['A', 'B', 'C', 'D']
Which tuples will you get iterating over zip(numbers, letters) ?
Consider the following two lists:
numbers = [1, 2, 3]
letters = ['A', 'B', 'C', 'D']
Which tuples will you get iterating over zip(numbers, letters) ?
Create a free account to access the full topic