Commit 065bac83 by BellCodeEditor

save project

parent 5c9b87bd
Showing with 21 additions and 0 deletions
a="666"
b="110924"
e=3
while True:
if e>0:
c=input("请输入账号名:")
d=input("请输入账号密码:")
e=e-1
if a==c and b==d:
print("登录成功")
break
elif a != c:
print("登录失败,请重新输入账号")
else:
print("登录失败,请重新输入密码")
else:
print("你的账号已被锁定")
break
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