from Tkinter import *. import ttk. main = Tk(). main.title('Notebook Demo'). main.geometry('500x500'). # gives weight to the cells in the ...
確定! 回上一頁