Commit df539a64 by BellCodeEditor

save project

parent 71d9340f
Showing with 9 additions and 7 deletions
q="qaq12180019TXTEXE"
w="qaq12180019TXTEXEMM"
qq=input("请输入账户名称")
ww=input("请输入密码")
if qq==q and ww==w:
print("登陆成功")
else:
print("密码错误")
\ No newline at end of file
while True:
qq=input("请输入账户名称")
ww=input("请输入密码")
if qq==q and ww==w:
print("登陆成功")
break
else:
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