Python 三目运算符

 

 cookbook 中有

Python 三目运算符

 

 等价于

Python 三目运算符

 

 解释:如果tail 存在 ture 返回 head +sum(tail),否则返回 head

相关文章: