Commit b4ed3762 by BellCodeEditor

save project

parent 718c68a1
Showing with 23 additions and 0 deletions
number=3
while True:
name=input("请输入用户名:")
if name!=username:
print("用户名错误")
number-=1
if number==0:
print("滚!")
exit()
continue
password=input("输密码大傻子!")
if name==username and password==userpassword:
print("OK")
break
else:
print("错误")
number-=1
number==0
print("滚!")
exit()
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