Commit fac4fdb7 by BellCodeEditor

save project

parent 49edef5e
Showing with 1 additions and 1 deletions
...@@ -8,7 +8,7 @@ while True: ...@@ -8,7 +8,7 @@ while True:
if (name == a and password == b): if (name == a and password == b):
print('登录成功') print('登录成功')
break break
i-=1 i-=1
if name!=a: if name!=a:
print('用户名错误') print('用户名错误')
continue continue
......
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