python的布爾表達(dá)式怎么寫(xiě)?
提問(wèn)人:楊紫紅發(fā)布時(shí)間:2020-11-26
布爾表達(dá)式– and, or, not
if b >= a and b <= c:
print ‘bool is True’
if not (b < a or c > c):
print ‘not expr, value is True’
繼續(xù)查找其他問(wèn)題的答案?
相關(guān)視頻回答
布爾表達(dá)式– and, or, not
if b >= a and b <= c:
print ‘bool is True’
if not (b < a or c > c):
print ‘not expr, value is True’
點(diǎn)擊加載更多評(píng)論>>