Tag Archives: unzip

Unzip a Python list

Suppose that you have a Python list with tuples as the member. We can unzip the list by using zip() in conjunction with the * operator. Continue reading

Posted in Python | Tagged , , , , | 1 Comment