邏輯判斷在python中如何表達(dá)?
提問人:楊紫紅發(fā)布時間:2020-11-18
age = 10
if age >= 20:
print("oh!you are yong")
Elif age >20 and age < 50
print("oh!you are old")
else:
print("oh!you are too old")
繼續(xù)查找其他問題的答案?
相關(guān)視頻回答
age = 10
if age >= 20:
print("oh!you are yong")
Elif age >20 and age < 50
print("oh!you are old")
else:
print("oh!you are too old")
點(diǎn)擊加載更多評論>>