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