Commit 01096c22 by BellCodeEditor

save project

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