Commit 4c6e289d by BellCodeEditor

save project

parent a6d5f50c
Showing with 5 additions and 5 deletions
username = "p" # 保存在服务器数据库中的用户账号(正确的账号)
username = "1" # 保存在服务器数据库中的用户账号(正确的账号)
userpassword = "58438" # 保存在服务器数据库中的用户密码(正确的密码)
while True:
# 请用input()实现用户输入账号、密码的功能
......@@ -10,9 +10,8 @@ while True:
print("好 ==( ̄▽ ̄*)b")
break
if name != username:
print("名No ㄟ( ▔, ▔ )ㄏ")
print("NONONONO ε(┬┬﹏┬┬)3")
print("名No ㄟ( ▔, ▔ )ㄏ")
continue
if password != userpassword:
print("码No (╬▔皿▔)凸")
print("NONONONO ε(┬┬﹏┬┬)3")
print("码No (╬▔皿▔)凸")
print("欢迎 o(*≧▽≦)ツ")
\ No newline at end of file
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