Commit a3ddc6f6 by BellCodeEditor

save project

parent 13b4027b
Showing with 4 additions and 0 deletions
...@@ -18,6 +18,10 @@ while True: ...@@ -18,6 +18,10 @@ while True:
if m>3: if m>3:
print('连续三次输入错误。拒绝登录') print('连续三次输入错误。拒绝登录')
break break
if o==w and p==i:
print("欢迎来到编程器")
else:
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