Commit 5791a2c4 by BellCodeEditor

save project

parent 5c9b87bd
Showing with 45 additions and 0 deletions
xxx="CXK can play 篮ball"
kk="56"
while True:
name=input("请输入用户名:")
banboo=input("请输入密码:")
if xxx==name and kk==banboo:
print("登录成功!!!!!!!!!!!!!")
break
if xxx!=name:
print("用户名错误!!!!!!!!")
continue
if kk!=banboo:
print("密码错误!!!!!!!!!")
print("欢迎来到唱跳世界!!!!!!!!!!!!!!")
\ No newline at end of file
xxx="CXK can play 篮ball"
kk="56"
while True:
name=input("请输入用户名:")
banboo=input("请输入密码:")
if xxx==name and kk==banboo:
print("登录成功!!!!!!!!!!!!!")
break
if xxx!=name:
print("用户名错误!!!!!!!!")
continue
if kk!=banboo:
print("密码错误!!!!!!!!!")
print("欢迎来到唱跳世界!!!!!!!!!!!!!!")
\ No newline at end of file
xxx="CXK can play 篮ball"
kk="56"
while True:
name=input("请输入用户名:")
banboo=input("请输入密码:")
if xxx==name and kk==banboo:
print("登录成功!!!!!!!!!!!!!")
break
if xxx!=name:
print("用户名错误!!!!!!!!")
continue
if kk!=banboo:
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