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