Python动态参数/命名空间/函数嵌套/global和nonlocal 1.函数的动态参数 1.1*args位置参数动态传参defchi(*food):print("我要吃",food)chi("大米饭", global和nonlocal