Commit b7544933 by BellCodeEditor

save project

parent b4bc4115
Showing with 2 additions and 0 deletions
...@@ -11,8 +11,10 @@ ...@@ -11,8 +11,10 @@
break break
if password!=userpassword: if password!=userpassword:
print("密码错误") print("密码错误")
print(str(i))
continue continue
if name != userpassword: if name != userpassword:
print(str(i))
print("账号错误") print("账号错误")
else: else:
print("索") print("索")
......
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