(註:定義function 時,傳入的變數稱為「參數(parameter)」;呼叫function 時傳入的變數稱為「引數(argument)」,不用拘泥於這些名詞。) def my_func(a, b, c): print("a ...
確定! 回上一頁