Button (tut3, text="Done!", command= tut3.destroy) B1.pack() tut3.mainloop() tut2.wm_title("Part 2!") label = ttk.Label(tut2, text="Part 2", font=NORM_FONT) ...
確定! 回上一頁