python: ValueError: not enough values to unpack (expected 2, got 0)
python: ValueError: not enough values to unpack (expected 2, got 0)
It means that python expected there to be two return values from zip(), but there were none.
It means that python expected there to be two return values from zip(), but there were none.