Commit a38675eb by BellCodeEditor

save project

parent 6b229ee6
Showing with 4 additions and 2 deletions
...@@ -6,8 +6,10 @@ while True: ...@@ -6,8 +6,10 @@ while True:
name = input("输入用户名") name = input("输入用户名")
password = input("输入密码") password = input("输入密码")
i -= 1 i -= 1
if if name == username and password == userpassword:
print("登录成功") print("登录成功")
break
......
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