I am trying to implement the zip(*iterables) function using a for loop and I am unable to do it. As you know, the zip function gets the first element of every l
zip(*iterables)