Python的if....else嵌套
2021-05-17 03:28
阅读:445
标签:优秀 技术 分享图片 bsp lse print core 分享 img Python的if....else嵌套 标签:优秀 技术 分享图片 bsp lse print core 分享 img 原文地址:https://www.cnblogs.com/MarlonGuo/p/9747471.htmlscore = 20
if score >= 60:
print("你已经及格")
if score >= 80:
print("你很优秀")
else:
print("你只是一般般")
else:
print("不及格")
if score print("学渣")
else:
print("还能抢救一下")
print("程序结束")
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:Python的if....else嵌套
文章链接:http://soscw.com/index.php/essay/86536.html
文章标题:Python的if....else嵌套
文章链接:http://soscw.com/index.php/essay/86536.html
评论
亲,登录后才可以留言!