Commit d446387e by BellCodeEditor

save project

parent ada96a70
Showing with 1 additions and 1 deletions
...@@ -5,7 +5,7 @@ c="SB250" ...@@ -5,7 +5,7 @@ c="SB250"
while True: while True:
A=input("请输入用户名:") A=input("请输入用户名:")
B=input("请输入密码:") B=input("请输入密码:")
C=input("请输入验证码:") C=input("请输入验证码:验证码:SB250")
if A==a and B==b and C==c: if A==a and B==b and C==c:
print("登录成功!") print("登录成功!")
break break
......
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