沙滩星空的博客沙滩星空的博客

默认分类

默认分类

python函数的使用

沙滩星空 阅读(1479) 评论(0)

可变参数和不可变参数在 python 中,strings, tuples, 和 numbers 是不可更改的对象。而 list,dict 等则是可以修改的对象。def test(list_arg): prin...