㈠ 如何用python脚本语言写带窗口程序

tkinter就可以写带窗口的程序界面

fromtkinterimport*
root=Tk()
root.mainloop()