Commit 5360c04e by BellCodeEditor

save project

parent 68a6fbb8
Showing with 1 additions and 0 deletions
...@@ -5,6 +5,7 @@ while True: ...@@ -5,6 +5,7 @@ while True:
password = input() password = input()
if name != eusernam if name != eusernam
print("账号错误!") print("账号错误!")
continue
if password != eusernam if password != eusernam
print("密码错误!请重新输入") print("密码错误!请重新输入")
if name == username and notpassword == userpassword if name == username and notpassword == 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