質問編集履歴

1

textc.pyの最終行を”root.mainloop()”に変更しました

2022/11/24 02:37

投稿

shinobuKouno
shinobuKouno

スコア31

test CHANGED
File without changes
test CHANGED
@@ -37,7 +37,7 @@
37
37
  lbl.pack()
38
38
  lbl.bind("<Button-1>", click_event)
39
39
 
40
- rooimport tkinter as tk
40
+ root.mainloop()
41
41
 
42
42
 
43
43