Commit cd14ed40 by BellCodeEditor

save project

parent c4a6847a
Showing with 2 additions and 0 deletions
...@@ -9,10 +9,12 @@ while True: ...@@ -9,10 +9,12 @@ while True:
print("登录成功!") print("登录成功!")
if name!=username: if name!=username:
print("用户名错误!请重新输入") print("用户名错误!请重新输入")
print(stri+1)
continue continue
i=i-1 i=i-1
if name!=userpassword: if name!=userpassword:
print("密码错误!请重新输入") print("密码错误!请重新输入")
print(stri+1)
i=i-1 i=i-1
else: else:
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