Commit 085ee43c by BellCodeEditor

save project

parent cdad0717
Showing with 4 additions and 0 deletions
...@@ -12,7 +12,10 @@ while True: ...@@ -12,7 +12,10 @@ while True:
break break
if a!=username: if a!=username:
print("账号错误") print("账号错误")
continue
if s!=userpassword: if s!=userpassword:
print("密码错误") print("密码错误")
continue
# 如果用户输入的账号、密码 # 如果用户输入的账号、密码
\ No newline at end of file
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