Commit 0de6cf85 by BellCodeEditor

save project

parent c150b7ee
Showing with 1 additions and 0 deletions
......@@ -10,6 +10,7 @@ for i in range(4):
break
if name!=username:
print("登录失败 用户名错误")
print("还剩"+str(4-i-1)+"次")
continue
if word!=userpassword:
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