1、判断是否是类的对象,判断对象的类型
isinstance
if isinstance(arg,str) or isinstance(arg,list)
2、函数在传参的时候,传的是引用
3、python内置函数