FileNotFoundError
все исправил сам всем спасибо
pwd
Out[2]:
'C:\\Users\\User\\Untitled Folder Test'
In [3]:
%%writefile sample.txt
Name|Phone
John;12345678
Bob;76543218
Alice;34567821
Writing sample.txt
In [4]:
file = open('sample.txt')
file
Out[4]:
<_io.TextIOWrapper name='sample.txt' mode='r' encoding='cp1251'>