Commit db443a15 by BellCodeEditor

save project

parent bc406d2c
Showing with 4 additions and 2 deletions
...@@ -7,5 +7,7 @@ while True: ...@@ -7,5 +7,7 @@ while True:
if name ==usename and name1==userpassword: if name ==usename and name1==userpassword:
print("登陆成功") print("登陆成功")
break break
else: if name != usename:
print("请重新输入") print("不存在,成新输入")
if passwoed != userpassword:
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