|
|
|
|
|
by andelink
1057 days ago
|
|
Not saying I disagree with you, but I do want to note that the specific example of unzipping a list using `zip` has been in the official zip docs [1] as long as I can remember, and as such, should be commonly understood by Python developers. [1] https://docs.python.org/3/library/functions.html#zip |
|