質問編集履歴

1

ソースコードの記入ミス

2022/12/24 13:25

投稿

rain0607
rain0607

スコア2

test CHANGED
File without changes
test CHANGED
@@ -13,7 +13,7 @@
13
13
  root.title("test")
14
14
  root.geometry("720x480")
15
15
 
16
- button2 = ttk.Button(text="ボタン",width=10)
16
+ button2 = tk.Button(text="ボタン",width=10)
17
17
  button2.place(x=278,y=49)
18
18
  button2.bind("<Button-1>",df.Sales)
19
19