Commit cf773f02 by BellCodeEditor

save project

parent 6bb9cbf7
Showing with 2 additions and 2 deletions
import tkinter
def resizable():
def register():
name = e1.get()
password1 = e2.get()
password2 = e3.get()
......@@ -35,6 +35,6 @@ lab3 = tkinter.Label(root, text='确认密码:', font=('宋体', 15),
fg="black",width=9)
lab3.place(x=40,y=200)
button1=tkinter.Button(root,text="提交",fg="blue",bg="lightgreen",width=15,command=register)
button.place(x=150,y=250)
button1.place(x=150,y=250)
# 保持窗口监听,进入消息循环
root.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