Commit b507e57b by BellCodeEditor

save project

parent b029a3e8
Showing with 5 additions and 1 deletions
......@@ -6,7 +6,11 @@ while True:
if name==username and password==userpassword:
print("登陆成功")
break # 保存在服务器数据库中的用户密码(正确的密码)
print("请重新登录")
if name!=username:
print("撒比,输错了用户名!!!!")
if password!=userpassword:
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