Hi, I have the following issue: ``` docID, docContent = line.split( '\t' ) ``` ValueError: need more than 1 value to unpack Could you please let me know how to fix this.
Hi,
I have the following issue:
ValueError: need more than 1 value to unpack
Could you please let me know how to fix this.