Commit 08936a19 by BellCodeEditor

save project

parent a183644c
Showing with 4 additions and 4 deletions
import tkinter
root=tkinter.Tk()
root.title("注册")
root.geometry("400x300+500+300")
root.mainloop()
root=tkinter.Tk()#建立窗口
root.title("注册")#设置标题
root.geometry("400x300+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