Commit 9ad71c2b by BellCodeEditor

save project

parent 41897c66
Showing with 1 additions and 0 deletions
...@@ -7,6 +7,7 @@ while True: ...@@ -7,6 +7,7 @@ while True:
print("登录成功") print("登录成功")
# 请用input()实现用户输入账号、密码的功能 # 请用input()实现用户输入账号、密码的功能
break break
elif name != username:
if name != username: if name != username:
print("用户名错误!") print("用户名错误!")
continue continue
......
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