my_window.py 103 Bytes Edit 1 2 3 4 5 import tkinter root=tkinter.TK() root.title("注册") root.geomerty("400x300+500+300") root.mainloop()