Commit 900e7415 by BellCodeEditor

save project

parent b983af54
Showing with 2 additions and 1 deletions
......@@ -4,7 +4,8 @@ while True:
n = input()
p = input()
if n != username:
print("用户名错误!请重新输入")
print("用户名错误!请重新输入")
continue
if p != userpassword:
print("密码错误!请重新输入")
if n == username and p == userpassword:
......
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