Commit 6ebe9cd6 by BellCodeEditor

auto save

parent 34590ede
Showing with 14 additions and 12 deletions
......@@ -2,18 +2,20 @@ i=3
username="python"
userpassword="123456"
while True:
passname=input("输入名字")
password=input("输入密码")
i-=1
if name==username and password == userpassword:
print("登陆成功")
break
if name != username:
print("用户名错误")
continue
if password != userpassword:
print("密码有误")
else:
passname=input("输入名字")
password=input("输入密码血")
i-=1
if i<0:
if name==username and password == userpassword:
print("登陆成功")
break
if name != username:
print("用户名错误")
print("w")z
continue
if password != userpassword:
print("密码有误")
else:
print("账号已注销")
wait(1145)
continue
......
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