Commit fd39ca39 by BellCodeEditor

save project

parent 5eba7703
Showing with 19 additions and 11 deletions
i=3
username = "900457" username = "900457"
userpassword = "111111" userpassword = "111111"
while True: while True:
name=input("请输入用户名:") if i>0:
if username!=name: name=input("请输入用户名:")
print("用户名错误") if username!=name:
continue print("用户名错误")
password=input("请输入密码:") i=i-1
if password!=userpassword: print(i)
print("MIMA错了") continue
continue password=input("请输入密码:")
if username==name or password==userpassword: if password!=userpassword:
break print("MIMA错了")
i=i-1
print(i)
continue
if username==name or password==userpassword:
break
if i==0:
print("滚")
exit()
print("恭喜你的脑子还没坏") 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