Commit 13c6e004 by BellCodeEditor

save project

parent 485a7cf2
Showing with 3 additions and 0 deletions
......@@ -7,9 +7,11 @@ while True:
print("登录成功!")
if username != name:
print("用户名错误")
print("你还有"+str(i)+"次机会")
continue
if userpassword != password:
print("密码错误")
print("你还有"+str(i)+"次机会")
else:
print("次数用完了")
\ No newline at end of file
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