Question: Given a = [1, 2, 3, 4, 5, 6], use zip function and slicing to print out: (1, 2) (3, 4) (5, 6) Your code
![Given a = [1, 2, 3, 4, 5, 6], use zip](https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2024/09/66f3ad3070cf4_61666f3ad3008eae.jpg)
Given a = [1, 2, 3, 4, 5, 6], use zip function and slicing to print out: (1, 2) (3, 4) (5, 6) Your code should look like: print(_zip_, _)) Fill your code at the -- position and write your complete code below
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
