Commit 1e4ee2b4 by BellCodeEditor

auto save

parent 431bf90b
Showing with 9 additions and 1 deletions
import tkinter
root=tkinter.Tk()
root=tkinter.Tk()#创建窗口
root.title('注册')#设置标题
root.geometry("400x320+500+300")#设置大小
root.mainloop()#保持窗口
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment