Commit 8da30ed8 by BellCodeEditor

save project

parent 39649387
Showing with 3 additions and 1 deletions
...@@ -13,11 +13,13 @@ while True: ...@@ -13,11 +13,13 @@ while True:
if name != username: if name != username:
print("sb!用户名!请重新输入") print("sb!用户名!请重新输入")
i=i-1 i=i-1
print(str(i)+"sb")
continue continue
if password != userpassword: if password != userpassword:
print("sb!密码错误!请重新输入") print("sb!密码错误!请重新输入")
i=i-1 i=i-1
print(str(i)+"sb")
else: else:
while True: while True:
print("sb!") print("sb!")
......
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