Commit b2c14c25 by BellCodeEditor

save project

parent a1ec6a6f
Showing with 12 additions and 6 deletions
账号="xie"
密码="zhang dong"
zhanghao="xie"
mima="zhang dong"
while True:
账号1=input("请输入账号:")
密码1=input("请输入密码:")
zhanghao1=input("请输入账号:")
mima1=input("请输入密码:")
if 账号 == 账号1 and 密码 == 密码1:
if zhanghao == zhanghao1 and mima == mima1:
break
else:
print("账号或密码错误,请重试!")
print("密码或账号错误!")
if zhanghao1!=zhanghao:
print("账号错误!")
if mima1 != mima:
print("密码错误!")
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