Commit df539a64 by BellCodeEditor

save project

parent 71d9340f
Showing with 7 additions and 4 deletions
q="qaq12180019TXTEXE" q="qaq12180019TXTEXE"
w="qaq12180019TXTEXEMM" w="qaq12180019TXTEXEMM"
qq=input("请输入账户名称") while True:
ww=input("请输入密码") qq=input("请输入账户名称")
if qq==q and ww==w: ww=input("请输入密码")
if qq==q and ww==w:
print("登陆成功") print("登陆成功")
else: 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