Commit 8b484629 by BellCodeEditor

save project

parent c771a435
Showing with 3 additions and 0 deletions
......@@ -5,6 +5,9 @@ while True:
password=input("请输入密码")
if name==username and password == userpassword:
print("登录成功")
elif name!=username:
print("用户名错误")
elif
break
......
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