Commit 17fe2bfc by BellCodeEditor

save project

parent 2976b9fc
Showing with 1 additions and 0 deletions
......@@ -4,6 +4,7 @@ import tkinter
root = tkinter.Tk()
root.title("注册") # 设置窗口标题
root.geometry("400x320+500+300") # 设置窗口大小
root.resizable(width=False,height=False)
def tijiao():
name=e1.get()
......
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