回答編集履歴
1
誤字を修正
test
CHANGED
@@ -46,7 +46,7 @@
|
|
46
46
|
|
47
47
|
```Python
|
48
48
|
|
49
|
-
bg = tkinter.PhotoImage(file="/Users/shoushunhisasi/Desktop/neko_bg.png")
|
49
|
+
bg = tkinter.PhotoImage(file="/Users/shoushunhisashi/Desktop/neko_bg.png")
|
50
50
|
|
51
51
|
```
|
52
52
|
|