Menu(root) root.config(menu=menubar) fileMenu = tkinter.Menu(menubar) fileMenu.add_command(label="Show day", command=showDay) ...
確定! 回上一頁