Commit ccf05c39 by BellCodeEditor

save project

parent 0651e310
Showing with 6 additions and 2 deletions
import tkinter import tkinter #导入tkinter摸块
ate=tkinter.Tk() #创建窗口对象
ate.title("注册") #设置窗口对象名字为“注册”
ate.geometry("400x380+500+100") #设置窗口对象的大小
ate.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