Commit 9970e170 by BellCodeEditor

save project

parent 3db9bfce
Showing with 6 additions and 5 deletions
......@@ -7,12 +7,13 @@ while True:
password=input("请输入密码")
i-=1
if username==name and userpassword==password:
print("登陆成功")
break
print("登陆成功")
break
if name != username:
print("用户名不存在")
continue
if print("密码不存在")
print("用户名不存在")
continue
if userpassword!=password:
print("密码不存在")
else:
print("滚")
exit()
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