Commit e9113436 by BellCodeEditor

save project

parent 5791a2c4
Showing with 21 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("用户名错误!!!!!!!!")
continue
if kk!=banboo:
print("密码错误!!!!!!!!!")
else:
print("账号被锁定,请“代”身份证到公司解锁并罚款1元!")
exit()
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