from tkinter import ttk # ⛔️ NameError: name 'tk' is not defined. ... Frame(root, padding=10) frm.grid() ttk.Label(frm, text="Hello World!
確定! 回上一頁