在Python中,函式是一級(First-class)公民,也就是說,在Python中,函式是物件,為function的實例。如果你要定義一個函式 ... max = lambda m, n: m if m > n else n
確定! 回上一頁