标签:bsp pre span lse else 表达 code div 语法
python中三元表达式的语法如下
result = x if condition else y
另外一种三元表达式,比较少见
result = (x, y)[condition]
python 三元表达式的
原文地址:https://www.cnblogs.com/vincent-sh/p/12687198.html