Commit a1ec6a6f by BellCodeEditor

save project

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