The following example creates a window with a button, label and entry field. Example: Create Widgets. Copy. from tkinter import * window=Tk() btn=Button(window ...
確定! 回上一頁