python中*arg和**kwarg是什麼?做用是什麼?

普通函數的參數: >> def func(words): print(words) >> func("a") >> a >> func("a","b") >> TypeError: func() takes 1 positional argument but 2 were given 很明顯,普通的函數參數定義後,函數參數的個數是固定的。而當咱們想輸入的參數個數多餘或者少於定義的個數時,編譯
相關文章
相關標籤/搜索