比較& 範例程式碼. 一般的「def function – return」 寫法. def add(a, b): return a+b a=10 b=20 c=add(a, b) print(c). Python.
確定! 回上一頁