Commit fcab0f18 by BellCodeEditor

save project

parent 79c71f8a
Showing with 2 additions and 2 deletions
......@@ -5,10 +5,10 @@ while True:
p = input("请输入密码:")
if name == username and password == userpassword:
print("登录成功!")
break
break
if n != u:
print('用错')
continue
continue
if p != w:
print('密错')
......
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