回答編集履歴
1
説明が冗長だった為、紛らわしい行を削除
answer
CHANGED
@@ -14,7 +14,7 @@
|
|
14
14
|
fpath = fd.askopenfilename(filetypes=fTyp, initialdir=iDir)
|
15
15
|
if fpath:
|
16
16
|
dispPhoto(fpath)
|
17
|
-
```
|
17
|
+
```
|
18
18
|
|
19
19
|
■ 変更前
|
20
20
|

|