from Tkinter import * # N=North root = Tk() # W=West E=East # S = South example = Label(root, text="Hello World!") example.grid(row=1, ...
確定! 回上一頁