Commit b0628388 by BellCodeEditor

auto save

parent 4c523b44
Showing with 27 additions and 0 deletions
i=3
username = "python"
userpassword = "54188"
while True:
if i>0:
name = input("请输录用户:")
password = input("请输录密码:")
i-=1
if name== username and userpassword == password:
print("成功")
break
print("剩"+str(i)+"次")
if name!= username:
print("不")
continue
if password != userpassword:
print("不1")
else:
print("停")
exit()
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