Error while fetching rows from HTML into CSV

in
9 row_string = “,”.join(row)
10 row_string += ‘\n’
—> 11 f.write(row_string)

ValueError: I/O operation on closed file.

Hey rashmi,
Make sure your file variable is not closed while you were writing to the file…

Thanks :slight_smile:

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.