回答編集履歴
1
脱字
test
CHANGED
@@ -18,6 +18,6 @@
|
|
18
18
|
|
19
19
|
```python
|
20
20
|
|
21
|
-
frame.bind_all("<Button>",lambda event: frame.destroy)
|
21
|
+
frame.bind_all("<Button>",lambda event: frame.destroy())
|
22
22
|
|
23
23
|
```
|