Commit 32727598 by BellCodeEditor

save project

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