質問編集履歴
1
コードの修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -24,9 +24,9 @@
|
|
24
24
|
|
25
25
|
|
26
26
|
|
27
|
-
button1 = Button(root,text="1",width=4,height=2,font=font,fg="#4169e1",bg="#000000",relief=SUNKEN
|
27
|
+
button1 = Button(root,text="1",width=4,height=2,font=font,fg="#4169e1",bg="#000000",relief=SUNKEN)
|
28
28
|
|
29
|
-
button2 = Button(root,text="2",width=4,height=2,font=font,fg="#4169e1",bg="#000000",relief=SUNKEN
|
29
|
+
button2 = Button(root,text="2",width=4,height=2,font=font,fg="#4169e1",bg="#000000",relief=SUNKEN)
|
30
30
|
|
31
31
|
|
32
32
|
|