回答編集履歴

1

修正

2020/04/25 11:23

投稿

otn
otn

スコア86275

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