質問編集履歴
1
エラーメッセージをかきました
test
CHANGED
File without changes
|
test
CHANGED
@@ -2,6 +2,18 @@
|
|
2
2
|
|
3
3
|
保存する場所が悪いのでしょうか。
|
4
4
|
|
5
|
+
|
6
|
+
|
7
|
+
|
8
|
+
|
5
9
|
python3
|
6
10
|
|
7
11
|
f=open('todo.txt',encoding='utf-8')
|
12
|
+
|
13
|
+
Traceback (most recent call last):
|
14
|
+
|
15
|
+
File "<pyshell#0>", line 1, in <module>
|
16
|
+
|
17
|
+
f=open('todo.txt',encoding='utf-8')
|
18
|
+
|
19
|
+
FileNotFoundError: [Errno 2] No such file or directory: 'todo.txt'
|