首页
编程
java
php
前端
首页
编程
java
php
前端
a=1 b=3 c=4 print(a<b and c) 结果为什么是四
不应该a<b是True c也是True 最后为True吗?
python里面的and运算
and中含0,返回0; 均为非0时,返回后一个值
点击展开全文