__author__ = 'Avinash' from tkinter import * root = Tk() root.geometry('400x400+100+200') # fill option label1 = Label(root, text="Label 1", ...
確定! 回上一頁