Python的if....else嵌套

2021-05-17 03:28

阅读:445

标签:优秀   技术   分享图片   bsp   lse   print   core   分享   img   

score = 20
if score >= 60:
print("你已经及格")
if score >= 80:
print("你很优秀")
else:
print("你只是一般般")
else:
print("不及格")
if score print("学渣")
else:
print("还能抢救一下")
print("程序结束")

技术分享图片

 

Python的if....else嵌套

标签:优秀   技术   分享图片   bsp   lse   print   core   分享   img   

原文地址:https://www.cnblogs.com/MarlonGuo/p/9747471.html


评论


亲,登录后才可以留言!