🌈 搜索
📅  最后修改于: 2022-03-11 14:46:00.148000             🧑  作者: Mango
#!/usr/bin/python import Tkinter top = Tkinter.Tk() # Code to add widgets will go here... top.mainloop()