pack でボタンを横いっぱいに広げて配置(fill). import tkinter # 画面作成 root = tkinter.Tk() root.geometry('300x200') # ...
確定! 回上一頁