Commit b6e26bca by BellCodeEditor

save project

parent b07777ef
Showing with 3 additions and 3 deletions
NNM="floort"
NPW="36231123"
NM=print("请输入账号")
PW=print("请输入密码")
while True:
if PW==NPW and NNM==NM:
NM=input("请输入账号")
PW=input("请输入密码")
if PW==NPW and NM==NNM:
print("登录成功")
break
if NM!=NNM:
......
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