Commit eea04b7f by BellCodeEditor

save project

parent 7dc439a7
Showing with 5 additions and 0 deletions
......@@ -8,6 +8,11 @@ while True:
if username == name and userpassword == name1:
print("输入成功")
break
if username != name:
input("账号失败")
if userpassword != name1:
input("密码失败")
print("重新输入")
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