Commit 101d73db by BellCodeEditor

save project

parent ef0f42a3
Showing with 22 additions and 0 deletions
xxx="CXK can play 篮ball"
kk="56"
i=5
while True:
if i>0:
name=input("请输入用户名:")
banboo=input("请输入密码:")
i-=1
if xxx==name and kk==banboo:
print("登录成功!!!!!!!!!!!!!")
break
if xxx!=name:
print("用户名错误!!!!!!!!")
print("您还有"+str(i)+"次机会重试。")
continue
if kk!=banboo:
print("密码错误!!!!!!!!!")
print("您还有"+str(i)+"次机会重试。")
else:
print("账号被锁定,请“代”身份证到“日本福岛核电站”公司解锁并罚款1美刀!")
exit()
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