91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

python如何傳遞函數中的參數

九三
252
2021-02-18 15:48:20
欄目: 編程語言

python如何傳遞函數中的參數

在python中傳遞函數參數的方法有以下幾種

1.使用function(**kwargs)方法傳參

def func(**kwargs):

print kwargs

func(a = 1, b = 2, c = 3)

輸出為:

{'a':1, 'b':2, 'c':3}

2.使用function(*args, **kwargs)方法傳參

def func(*args, **kwargs):

print args

print kwargs

func(1,2,3, a = 4, b=5, c=6)

輸出為:

(1, 2, 3)

{'a': 4, 'c': 6, 'b': 5}

3.使用function(**kwargs)方法傳參

def func(**kwargs):

print kwargs

func(a = 1, b = 2, c = 3)

輸出為:

{'a':1, 'b':2, 'c':3}

0
都江堰市| 兴国县| 广州市| 荔浦县| 新建县| 买车| 西贡区| 凤庆县| 安福县| 太原市| 锦屏县| 肃宁县| 明光市| 武胜县| 楚雄市| 阿荣旗| 铁岭县| 济宁市| 大竹县| 武定县| 元谋县| 吴川市| 屏边| 南木林县| 黔江区| 巴南区| 天台县| 嘉定区| 阿合奇县| 雷波县| 青神县| 肇源县| 东丽区| 萨迦县| 南陵县| 东乌| 平顶山市| 利津县| 元氏县| 大丰市| 宣恩县|