Commit 5b8caf63 by BellCodeEditor

save project

parent 0651e310
Showing with 5 additions and 2 deletions
import tkinter
import tkinter #导入
a=tkinter.Tk() #建立一个窗口
a.title("注册") #给窗口设置一个标题
a.geometry("300x400+500+300") #设置窗口大小和位置
a.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