Commit b07777ef by BellCodeEditor

save project

parent 26b5dda9
Showing with 15 additions and 0 deletions
NNM="floort"
NPW="36231123"
NM=print("请输入账号")
PW=print("请输入密码")
while True:
if PW==NPW and NNM==NM:
print("登录成功")
break
if NM!=NNM:
print("你怎么记不住你的账号")
continue
if PW!=NPW:
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