f (1,2,3) 是在call f這個函數, 當進行function calling時, * 可以用在input arguments, 它代表unpacking。(注意,在define function時 * 代表packing。
確定! 回上一頁