After function definition is complete, calling the function with an argument returns a value. >>> def f(x): return x**2 + 1 ...
確定! 回上一頁