python 004的功課 請寫出與10< cost <50 等價的表達式,有人會嗎?
還有"短路邏輯" (short-circuit logic) 是什麼意思? A or B 如果 A 为【真】,就直接返回【真】,不考虑BA and B,如果 A 为【非】,,就直接返回【非】,不考虑B
【真】是被重载的【非零为真】 10 < cost and cost < 50 1e1< cost <5e1
--------------------------------------
10 <a < 50
a=cost
--------------------------------------
b>10 and b<50
b=cost
-------------------------------------
{:10_266:}{:10_266:} {:10_249:}
页:
[1]