質問編集履歴

2

文法の修正

2021/09/08 01:05

投稿

dapandapan
dapandapan

スコア1

test CHANGED
File without changes
test CHANGED
@@ -28,7 +28,7 @@
28
28
 
29
29
  invalid syntax
30
30
 
31
- 5行目rootに色付けされてます
31
+ 6行目root = tk.Tk()のrに色付けされてます
32
32
 
33
33
 
34
34
 
@@ -41,6 +41,8 @@
41
41
  def dispLabel():
42
42
 
43
43
  lbl.configure(text=("こんにちは")
44
+
45
+
44
46
 
45
47
  root = tk.Tk()
46
48
 

1

タグの追加

2021/09/08 01:05

投稿

dapandapan
dapandapan

スコア1

test CHANGED
File without changes
test CHANGED
File without changes