Commit 8a0ca46f by BellCodeEditor

auto save

parent b810c294
Showing with 18 additions and 0 deletions
i=3
usename="123456"
usepass="246810"
while True:
if i>0
name=input("name")
pass=input("pass")
i-=1
if name==usename and pass==usepass:
print("登录成功")
break
if name!=usename:
print("错了,请重新输入")
continue
if pass!=usepass:
print("密码错误")
eles:
print("已锁定")
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