Commit 836fd62d by BellCodeEditor

auto save

parent 362ac102
Showing with 3 additions and 3 deletions
......@@ -2,11 +2,11 @@ username = "bbaabbaa"
userpassword = "hhh"
while True:
name = input("请输入用户名:")
password = input("请输入密码:")
password = input("请输入密码:")111111111111111100000000000000000000002222222222737u93q7y3e67yughjruy7kh
if name!=username:
print("用户名不存在!请重新输入")
print("用户名不存在!请重新输wooooooooooooooooooooooooo入")
if name == username and password != userpassword:
print("密码错误!请重新输入")
print("密码错误!0000000000000")
if name == username and password == userpassword:
print("登录成功!")
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