Commit 342e5328 by BellCodeEditor

save project

parent 291d95b4
Showing with 2 additions and 1 deletions
...@@ -6,7 +6,7 @@ bb=input("密码:") ...@@ -6,7 +6,7 @@ bb=input("密码:")
if a==aa and b==bb: if a==aa and b==bb:
print("登录成功!") print("登录成功!")
else: else:
print("输入错误!有人强行登录!还有"+c"次机会!) print("输入错误!有人强行登录!还有"+c"次机会!")
c=c-1 c=c-1
if c==0: if c==0:
print("无法登录!") 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