Commit 52c7dfe8 by BellCodeEditor

save project

parent 32c514b9
Showing with 1 additions and 2 deletions
......@@ -7,8 +7,7 @@ while True:
password=input("请输入密码:")
i=i-1
if name == username and password == userpassword:
print("登录成功")
print("登录成功")
break
elif name != username:
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