Commit efb178a4 by BellCodeEditor

auto save

parent c6f34d17
Showing with 2 additions and 0 deletions
...@@ -2,6 +2,8 @@ id = "llllll" ...@@ -2,6 +2,8 @@ id = "llllll"
pwd = "123789" pwd = "123789"
count = 0 count = 0
while True: while True:
if count >= 3:
break
id2 = input("请输入你的名字:") id2 = input("请输入你的名字:")
pwd2 = input("请输入密码:") pwd2 = input("请输入密码:")
if id == id2 and pwd == pwd2: if id == id2 and pwd == pwd2:
......
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