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

  • 14
  • 0
  • 约2.42万字
  • 约 15页
  • 2021-12-01 发布于辽宁
  • 举报
v2 6编程指南中文版数据结构 Navigati on in dexmodules |n ext|previous|Pytho n v2.6.5 docume ntati on? The Pyth on Tutorial? 5.Data Structures 数据结构? This chapter describes some things youve lear ned about already in more detail,a nd adds some new thi ngs as well. 本章将更加详细的介绍一些你已经了解的东西,另外我们还会添加一些新的东西。 More on Lists List 的更多细节? The list data type has some more methods.Here are all of the methods of list objects : List数据类型还有其他的一些方法。如下是 List的所有方法: list.appe nd(x) Add an item to the end of the list ; equivale nt to a[len(a) : ]=[x].list.extend(L) Exte nd the list by appe nding all the items in the give n list ;

文档评论(0)

1亿VIP精品文档

相关文档