Commit 71774d96 by BellCodeEditor

save project

parent 15341567
Showing with 5 additions and 2 deletions
...@@ -9,4 +9,7 @@ while True: ...@@ -9,4 +9,7 @@ while True:
print("登录成功") print("登录成功")
break break
else: else:
print("登录失败") if a!=usename:
\ No newline at end of file print("用户名错误")
if a1!=usepassword:
print("密码错误")
\ 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