Commit 5a6cff03 by BellCodeEditor

save project

parent d0b0480f
Showing with 15 additions and 0 deletions
n="y"
m="4444"
nn=input("用户名")
mm=input("密码")
while True:
if nn==n and m==mm:
print("登录成功")
break
if n!=nn:
print("用户名错误")
continue
if mm!=m:
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