Commit 4ec3027f by BellCodeEditor

save project

parent 54e46d54
Showing with 3 additions and 2 deletions
......@@ -12,9 +12,10 @@ while true :
break
elif: name!=username:
print("用户名错误,请重新输入")
continue
else: passsword != userpassword
print("温馨提升:你还有"+str(i)+"次机会")
else:
print("用密码错误,请重新输入")
print("温馨提升:你还有"+str(i)+"次机会")
else:
print("你的 )
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