What is the inverse function of zip in python? [duplicate]

Possible Duplicate:
A Transpose/Unzip Function in Python

I’ve used the zip() function from the numpy library to sort tuples and now I have a list containing all the tuples. I had since modified that list and now I would like to restore the tuples so I can use my data. How can I do this?

1 Answer
1

Leave a Comment