Commit d1ec0ce3 by BellCodeEditor

save project

parent 67ce8805
Showing with 2 additions and 3 deletions
......@@ -6,10 +6,9 @@ while True
password=input("输入密码")
if name == username and password == usepassword:
print("登录成功")
else:
print("登录失败")
break
print("你个傻逼,重新登!")
print("重新登!")
print("一路走好")
# 请用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