from tkinter import *. root = Tk(). root.geometry( "200x300" ). root.title( "main" ). l = Label(root, text = "This is root window" ).
確定! 回上一頁