質問編集履歴

1

hayataka2049さんのご指摘よりroot.mainloopに()を追記

2019/07/11 17:50

投稿

zeffy1014
zeffy1014

スコア11

test CHANGED
File without changes
test CHANGED
@@ -38,7 +38,7 @@
38
38
 
39
39
 
40
40
 
41
- root.mainloop
41
+ root.mainloop()
42
42
 
43
43
  ```![イメージ説明](83b41b359c29085c362481e62f21d5ff.jpeg) "test"が表示される
44
44
 
@@ -80,7 +80,7 @@
80
80
 
81
81
  create_widget(root)
82
82
 
83
- root.mainloop
83
+ root.mainloop()
84
84
 
85
85
  ```![イメージ説明](8153e1cac39636e01be71d043ce60b76.jpeg) "test"が表示されない
86
86