Commit e07de641 by BellCodeEditor

save project

parent 0651e310
Showing with 11 additions and 0 deletions
# 导入 tkinter库
import tkinter import tkinter
# 建立窗口对象root
root=tkinter.TK()
# 设置窗口标题为"注册"
root.title("注册")
root.geomtry("400x320+500+300")
root.mainloop()
# 设置窗口大小 参数为"400x320+500+300"
# 保持窗口监听,进入消息循环
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