Commit 5966a25b by BellCodeEditor

save project

parent ddc7dec4
Showing with 4 additions and 0 deletions
......@@ -7,6 +7,10 @@ while True:
password= input("123456")
if name == username and password == userpassword:
break
if name != username:
print("账号不存在")
if password != userpassword:
print("密码错误")
input("登录错误")
input("登录成功")
......
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