Commit 47d4d73b by BellCodeEditor

save project

parent 326a1449
Showing with 1 additions and 0 deletions
...@@ -9,6 +9,7 @@ while True: ...@@ -9,6 +9,7 @@ while True:
break break
if a!=username: if a!=username:
print("输入的账号错误!请重新输入账号") print("输入的账号错误!请重新输入账号")
continue
if b!=userpassword: if b!=userpassword:
print("输入的密码错误!请重新输入密码") 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