Commit 32727598 by BellCodeEditor

save project

parent b6c425cb
Showing with 8 additions and 5 deletions
a="boy" a="boy"
b="12345" b="12345"
c=input("输入账号:") while True:
d=input("输入密码:") c=input("输入账号:")
if d=input("输入密码:")
a==c and b==d if a==c and b==d:
print("登录成功") print("登录成功")
break
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