v26编程指南中文版数据结构.doc

v2 6编程指南中文版 数据结构 ? Navigation indexmodules|next|previous|Python v2.6.5 documentation?The Python Tutorial? 5.Data Structures数据结构? This chapter describes some things youve learned about already in more detail,and adds some new things as well. 本章将更加详细的介绍一些你已经了解的东西,另外我们还会添加一些新的东西。 5.1.More on Lists List的更多细节? The list data type has some more methods.Here are all of the methods of list objects: List数据类型还有其他的一些方法。如下是List的所有方法: list.append(x) Add an item to the end of the list;equivalent to a[len(a):]=[x].list.extend(L) Extend the list by appending all the items in the given list;equivalent to a[len(

文档评论(0)

1亿VIP精品文档

相关文档