def f1(a, n): a.append(n) d = [] f1(d, 2) print(d) #《程式語言教學誌》的範例程式# http://kaiching.org/ # 檔名:parameter01.py # 功能:示範參數定義# 作者: ...
確定! 回上一頁