Commit ee2c264d by BellCodeEditor

save project

parent fd15549b
Showing with 1 additions and 0 deletions
...@@ -6,6 +6,7 @@ while True: ...@@ -6,6 +6,7 @@ while True:
c = input("请输入用户名称") c = input("请输入用户名称")
d = input("请输入密码") d = input("请输入密码")
i-=1 i-=1
print("你只剩",i,"次机会")
if c !=username: if c !=username:
print("用户名错误,请从新输入") print("用户名错误,请从新输入")
continue continue
......
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