Commit 52b2efda by BellCodeEditor

save project

parent 0651e310
Showing with 4 additions and 1 deletions
import tkinter import tkinter
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