回答編集履歴
1
編集
answer
CHANGED
@@ -69,4 +69,5 @@
|
|
69
69
|
btn.bind("<ButtonPress>", button_func)
|
70
70
|
arrr_Volume.append(btn)
|
71
71
|
|
72
|
-
root.mainloop()
|
72
|
+
root.mainloop()
|
73
|
+
```
|