Charles Kabui
unzip
9faad30
raw
history blame
52 Bytes
def unzip(items: list):
return list(zip(*items))