my_window.py 104 Bytes Edit 1 2 3 4 5 6 import tkinter root=tkinter.Tk() root.title("注册") root.geometry("400x320+500+300") root.mainloop()