Commit 3da16e71 by BellCodeEditor

save project

parent 3a8a6422
Showing with 16 additions and 12 deletions
GGbood=4
username = "GGbood" # 保存在服务器数据库中的用户账号(正确的账号)
userpassword = "死猪" # 保存在服务器数据库中的用户密码(正确的密码)
i=3
username = "emo大队大队长" # 保存在服务器数据库中的用户账号(正确的账号)
userpassword = "emo236" # 保存在服务器数据库中的用户密码(正确的密码)
while True:# 请用input()实现用户输入账号、密码的功能:
if GGbood>0:
if i>0:
name=input("输入账号")
i-=1
if username!=name :
print("账号错误,你个傻逼,连账号都记不住 emo大队大队长")
print('剩余'+str(i)+'次')
continue
password=input("输入密码")
GGbood-=1
if userpassword!=password :
print("密码错误,你个傻逼,连密码都记不住 ;emo236")
# 如果用户输入的账号、密码正确,提示登陆成功
if name==username and password==userpassword:
print('登陆成功')
print('登陆成功')
break
if username!=name :
print("账号错误")
if userpassword!=password :
print("密码错误")
else:
print("输入次数过多,送你封号亿年大礼包")
print('大傻逼账号密码都跟你说了还不对封号十年!!!')
exit()
print('欢迎')
print('欢迎来到贝尔编辑器,大傻逼!!!')
\ 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