Commit 7b4df61e by BellCodeEditor

save project

parent 6e920b52
Showing with 17 additions and 11 deletions
a=3
username = "54088" username = "54088"
userpassword = "08845" userpassword = "08845"
while True: while True:
name = input("请输入用户名,傻逼:") name = input("请输入用户名,傻逼:")
if name != username: if name != username:
print("用户名错误!请重新输入,傻逼@@@@@@!") print("用户名错误!请重新输入,傻逼@@@@@@!")
else: else:
break break
while True: while True:
password = input("请输入密码,傻逼:") if a>0:
if password == userpassword : password = input("请输入密码,傻逼:")
print("登录成功,傻逼!") if password == userpassword :
break print("登录成功,傻逼!")
else: break
print("密码错误!请重新输入,傻逼@@@@@@!") else:
print("密码错误!请重新输入,傻逼@@@@@@!")
a-=1
else:
print("密码都会忘!活该被冻结,哈!^_^哈!")
exit()
print("欢迎来到干饭人吃瓜论坛!……^_^……") print("欢迎来到干饭人吃瓜论坛!……^_^……")
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