Commit 75fe3797 by BellCodeEditor

save project

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