原创 【python基礎】四、python函數 可變參數 *args**kwargs

筆記 基礎概念 python包 packages.py 項目: 包1 xx1.py xx2.py … 包2 xx1.py xx2.py … 函數.py def 函數名([參數, 參數, ]): 函數體