Commit 3e11509a by BellCodeEditor

save project

parent cc2d3452
Showing with 5 additions and 3 deletions
...@@ -6,5 +6,7 @@ while True: ...@@ -6,5 +6,7 @@ while True:
if name ==usename and password ==usepassword: if name ==usename and password ==usepassword:
print("登录成功") print("登录成功")
break break
else: if name !=usename:
print("请重新输入") print("账号错误")
\ No newline at end of file if password!=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