Commit b72541d4 by BellCodeEditor

save project

parent 7dd7949f
Showing with 3 additions and 1 deletions
......@@ -11,9 +11,11 @@ while True:
if name == gname and password == gpassword:
print("登录成功!")
break
if name!=gname and passwort!=gpassword:
print("用户名或密码错误,请重新输入")
if name!=gname:
print("用户名错误!请重新输入")
continue
if passwort!=gpassword:
print("密码错误!请重新输入")
......
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