質問編集履歴

1

コードの修正

2021/10/17 10:11

投稿

ichnd
ichnd

スコア2

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,padx=4,pady=2)
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,padx=4,pady=2)
29
+ button2 = Button(root,text="2",width=4,height=2,font=font,fg="#4169e1",bg="#000000",relief=SUNKEN)
30
30
 
31
31
 
32
32