Commit b7544933 by BellCodeEditor

save project

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