标签:append log end style nbsp int 不变性 class blog
元组的儿子不能变,但孙子可以变。
li=(22,25,"test",{"name":"dsj","age":33,"sex":"female"},[5,6,7]) li[4].append("test") print(li)
元组不变性讨论
原文地址:http://www.cnblogs.com/dengshanjun/p/7420408.html