Commit 3d3280fc by BellCodeEditor

save project

parent 738953ad
Showing with 10 additions and 3 deletions
i=0
username="python" username="python"
userpassword="123456" userpassword="123456"
while True: while True:
if i>0
name=input("请输入") name=input("请输入")
password=input("密码") password=input("密码")
i-=1
if name==username and password==userpassword: if name==username and password==userpassword:
print("成功") print("成功")
break break
elif name!=username: if name!=username:
print("用户名错误") print("用户名错误")
else: continue
#password!=userpassword: if password!=userpassword:
print("密码错误") print("密码错误")
else:
print("你的账户已被锁住,请5分钟后再来解锁")
exit()
print("欢迎") 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