parabel = Tk() parabel.minsize(600, 400) parabel.maxsize(600,400) ... widget = Label(root, text="Welcome to my BonneyBot project!\n This is ...
確定! 回上一頁