from tkinter import * ws = Tk() ws.title('PythonGuides') ws.geometry('400x300') ws.mainloop(). Output: In this output, PythonGuides is ...
確定! 回上一頁