learning python,5e中讲到.Python的函数参数传递机制是对象引用. Arguments are passed by assignment (object reference). In Python, argumentsare passed to functions by assignment (which, as we’ve learned, means by objectreference). As you’ll see, in Python’s model the cal…