デスクトップにTXTファイルを保存して、OPENでファイルを開こうとするとファイルが見つめることができないエラーがでます。
保存する場所が悪いのでしょうか。
python3
f=open('todo.txt',encoding='utf-8')
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
f=open('todo.txt',encoding='utf-8')
FileNotFoundError: [Errno 2] No such file or directory: 'todo.txt'
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2019/10/02 14:29