位置:首頁 > 軟件操作教程 > 編程開發(fā) > Python > 問題詳情

邏輯判斷在python中如何表達?

提問人:楊紫紅發(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)視頻回答
回復(fù)(0)
返回頂部