回答編集履歴

1

脱字

2020/09/11 18:05

投稿

nto
nto

スコア1438

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
  ```