Traceback (most recent call last): File "dna.py", line 42, in main() ValueError: I/O operation on closed file
Asked
Active
Viewed 304 times
-1
-
2Please provide a code snippet. In general, you tried reading from a file after you already closed it. – Frank Yellin Aug 29 '20 at 00:35
-
https://cs50.harvard.edu/x/2020/psets/6/dna/ – Sachin Dalvi Aug 29 '20 at 02:37