用户:
擎天柱I4hk查看:0 回复:0 评论:0 创建时间:2021-08-08T13:39:14
【作品展示】

【作品介绍】
啥时发生
【作品源代码】
score = int(input("请输入你的分数查看你的段位:"))
if 10 <= score < 50:
print("恭喜你升级到了白银段位!")
elif 50 <= score < 80:
print("恭喜你升级到了黄金段位!")
elif 80 <= score:
print("恭喜你升级到了王者段位!!!")
else:
print("加油哟,你还在青铜段位。")
【提示】
部分含有Python第三方库相关内容的作品,在海龟编辑器网页端无法运行哦!如遇到这种情况,可以打开下面的链接,下载海龟编辑器客户端:
https://python.codemao.cn