Commit 71774d96 by BellCodeEditor

save project

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