Commit 7302d18e by BellCodeEditor

save project

parent 870f8fbd
Showing with 5 additions and 1 deletions
......@@ -8,5 +8,8 @@ while True:
print("登陆成功")
break
else:
print("输入错误,请重试")
if a !=username:
print("账号输入错误")
elif b !=userpassword:
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