challenging-america-word-ga.../test-A/Untitled-1.ipynb
2023-03-29 11:04:11 +02:00

2.3 KiB
Raw Blame History

with open('in.tsv', 'r') as f_in:
    with open('out.tsv', 'w') as f_out:
        pass
---------------------------------------------------------------------------
FileNotFoundError                         Traceback (most recent call last)
Untitled-1.ipynb Komórka 1 in <cell line: 1>()
----> <a href='vscode-notebook-cell:Untitled-1.ipynb?jupyter-notebook#W0sdW50aXRsZWQ%3D?line=0'>1</a> with open('in.tsv', 'r') as f_in:
      <a href='vscode-notebook-cell:Untitled-1.ipynb?jupyter-notebook#W0sdW50aXRsZWQ%3D?line=1'>2</a>     with open('out.tsv', 'w') as f_out:
      <a href='vscode-notebook-cell:Untitled-1.ipynb?jupyter-notebook#W0sdW50aXRsZWQ%3D?line=2'>3</a>         pass

FileNotFoundError: [Errno 2] No such file or directory: 'in.tsv'