>>> file.readlines() Traceback (most recent call last): File "<interactive input>", line 1, in <module> TypeError: descriptor 'readlines' of 'file' object needs an argument >>>
Comment