Commit 01096c22 by BellCodeEditor

save project

parent 977e5a16
Showing with 1 additions and 2 deletions
...@@ -2,7 +2,7 @@ i=3 ...@@ -2,7 +2,7 @@ i=3
bb="python" bb="python"
aa="123" aa="123"
while True : while True :
if i>0 if i>0:
BB=input("请输入用户名") BB=input("请输入用户名")
AA=input("请输入密码") AA=input("请输入密码")
i-=1 i-=1
...@@ -14,7 +14,6 @@ while True : ...@@ -14,7 +14,6 @@ while True :
continue continue
if AA!=aa: if AA!=aa:
print("用户名错误") print("用户名错误")
continue
else: else:
print("账号锁定") print("账号锁定")
exit() exit()
......
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