<h2>回复内容:</h2> 《 Python学习手册 》 <br>实体书 p351<br>电子书 p383 <br><br><noscript><img src="https://pic3.zhimg.com/014fa738fe7be803ab753c7d7bea1326_b.jpg" data-raw style="max-width:90%" data-raw style="max-width:90%" class="origin_image zh-lightbox-thumb" width="756" data-original="https://pic3.zhimg.com/014fa738fe7be803ab753c7d7bea1326_r.jpg" alt="定义函数def func(**kwargs):print kwargs调用函数的时候 一定要func(a=1,b=2,c=3)这样吗?dict_t={'a':1,'b':2,'c':3}不能直接传字典吗?例如func(dict_t)。有什么好方法吗?" ></noscript> <img src="//zhstatic.zhihu.com/assets/zhihu/ztext/whitedot.jpg" data-raw style="max-width:90%" data-raw style="max-width:90%" class="origin_image zh-lightbox-thumb lazy" width="756" data-original="https://pic3.zhimg.com/014fa738fe7be803ab753c7d7bea1326_r.jpg" data-actualsrc="https://pic3.zhimg.com/014fa738fe7be803ab753c7d7bea1326_b.jpg" alt="定义函数def func(**kwargs):print kwargs调用函数的时候 一定要func(a=1,b=2,c=3)这样吗?dict_t={'a':1,'b':2,'c':3}不能直接传字典吗?例如func(dict_t)。有什么好方法吗?" > python函数传字典,可以这样,请看图片。<br><noscript><img src="https://pic3.zhimg.com/00fc2af554690fcb23786a418e3d6bf2_b.jpg" data-raw style="max-width:90%" data-raw style="max-width:90%" class="origin_image zh-lightbox-thumb" width="801" data-original="https://pic3.zhimg.com/00fc2af554690fcb23786a418e3d6bf2_r.jpg" alt="定义函数def func(**kwargs):print kwargs调用函数的时候 一定要func(a=1,b=2,c=3)这样吗?dict_t={'a':1,'b':2,'c':3}不能直接传字典吗?例如func(dict_t)。有什么好方法吗?" ></noscript> <img src="//zhstatic.zhihu.com/assets/zhihu/ztext/whitedot.jpg" data-raw style="max-width:90%" data-raw style="max-width:90%" class="origin_image zh-lightbox-thumb lazy" width="801" data-original="https://pic3.zhimg.com/00fc2af554690fcb23786a418e3d6bf2_r.jpg" data-actualsrc="https://pic3.zhimg.com/00fc2af554690fcb23786a418e3d6bf2_b.jpg" alt="定义函数def func(**kwargs):print kwargs调用函数的时候 一定要func(a=1,b=2,c=3)这样吗?dict_t={'a':1,'b':2,'c':3}不能直接传字典吗?例如func(dict_t)。有什么好方法吗?" >