Commit 6920cf1b by BellCodeEditor

save project

parent 10a2cc18
Showing with 3 additions and 2 deletions
i=3 i=3
username = "世界首富安德森·反迷你玩家" # 保存在服务器数据库中的用户账号(正确的账号) username = "世界首富安德森·反迷你玩家" # 保存在服务器数据库中的用户账号(正确的账号)
userpassword = "lbmzxhbcdffrmtzscygbs" # 保存在服务器数据库中的用户密码(正确的密码) userpassword = "wdsjzbmnssb" # 保存在服务器数据库中的用户密码(正确的密码)
while True: while True:
if i>0: if i>0:
# 请用input()实现用户输入账号、密码的功能 # 请用input()实现用户输入账号、密码的功能
...@@ -17,6 +17,6 @@ while True: ...@@ -17,6 +17,6 @@ while True:
else: else:
print("密码错误!") print("密码错误!")
else: else:
print("你的账号已被锁定,请1小时后再试!") print("你的账号已被锁定,007特工,你的身份已暴露,斯大林万岁!")
exit() exit()
print("欢迎,007特工!") print("欢迎,007特工!")
\ 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