Commit 5c12d0a5 by BellCodeEditor

save project

parent 2a1ff535
Showing with 1 additions and 1 deletions
...@@ -4,7 +4,7 @@ def win(): ...@@ -4,7 +4,7 @@ def win():
username = in_1.get() username = in_1.get()
password = in_2.get() password = in_2.get()
password2 = in_3.get() password2 = in_3.get()
print("你输入的账户为:" + username+"你输入的密码为:"+password+password2) print("你输入的账户为:" + username+"你输入的密码为:"+password+ password2)
root = tkinter.Tk()#创建窗口 root = tkinter.Tk()#创建窗口
root.title('用户注册系统')#标题 root.title('用户注册系统')#标题
......
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