python3 lambda函數

A=lambda x:x+1lambda


def A(x):
return x+1return


冒號左邊→想要傳遞的參數
冒號右邊→想要獲得的數(可能帶表達式)參數

相關文章
相關標籤/搜索