回答編集履歴
1
修正
test
CHANGED
@@ -12,7 +12,7 @@
|
|
12
12
|
|
13
13
|
```Python
|
14
14
|
|
15
|
-
path = Path(__file__).parent.parent / 'tt.txt'
|
15
|
+
path = Path(__file__).resolve().parent.parent / 'tt.txt'
|
16
16
|
|
17
17
|
```
|
18
18
|
|