Commit a1ec6a6f by BellCodeEditor

save project

parent cc0d5784
Showing with 8 additions and 5 deletions
账号="xie"
密码="zhang dong"
账号1=input("请输入账号:")
密码1=input("请输入密码:")
while True:
账号1=input("请输入账号:")
密码1=input("请输入密码:")
if 账号 == 账号1 and 密码 == 密码1:
print("登入成功")
else:
if 账号 == 账号1 and 密码 == 密码1:
break
else:
print("账号或密码错误,请重试!")
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