Commit e4002708 by BellCodeEditor

save project

parent 75fe3797
Showing with 3 additions and 0 deletions
import tkinter
root = tkinter.Tk() # 创建窗口
root.title('注册') # 标题
root.geometry('400x320+500+300') # 长×宽+x坐标+y坐标
root.mainloop() # 保持运行
\ No newline at end of file
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