Commit 7d06f80c by BellCodeEditor

save project

parent 1cefadb2
Showing with 5 additions and 2 deletions
...@@ -6,8 +6,11 @@ while True: ...@@ -6,8 +6,11 @@ while True:
if username==name and userpassword==password:# 如果用户输入的账号、密码正确,提示登陆成功 if username==name and userpassword==password:# 如果用户输入的账号、密码正确,提示登陆成功
print("1") print("1")
break break
else: if username != name:
print("0") print("username0")
continue
if userpassword != password:
print("password0")
print("我们怀疑你是机器人,请进行人机认证") print("我们怀疑你是机器人,请进行人机认证")
print("1+1=?") print("1+1=?")
while True: while True:
......
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