Commit 8d3e3efa by BellCodeEditor

save project

parent 76b40757
Showing with 5 additions and 2 deletions
...@@ -8,7 +8,9 @@ while 1: ...@@ -8,7 +8,9 @@ while 1:
print('登录成功!') print('登录成功!')
break break
if a !=username: if a !=username:
print("姓名输入错误!") print("账号输入错误!")
continue
if b !=userpassword: if b !=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