Commit 2a1ff535 by BellCodeEditor

save project

parent 205b3b78
Showing with 1 additions and 1 deletions
......@@ -4,7 +4,7 @@ def win():
username = in_1.get()
password = in_2.get()
password2 = in_3.get()
print("你输入的信息为:" + username\n)
print("你输入的账户为:" + username+"你输入的密码为:"+password+password2)
root = tkinter.Tk()#创建窗口
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