List(列表)

列表的特征

1.列表是序列的一种,并且是由序的序列,可以使用有序序列访问方式
2.列表是可以修改的序列
3.列表的数据组成可以是任意一种数据

  • del: 删除命令
    python笔记:4.1——4.2(字符串、列表)
    python笔记:4.1——4.2(字符串、列表)
    python笔记:4.1——4.2(字符串、列表)
    列表的遍历
  • for
  • while
    python笔记:4.1——4.2(字符串、列表)
    python笔记:4.1——4.2(字符串、列表)
    python笔记:4.1——4.2(字符串、列表)
    列表内涵: list content
  • 通过简单方法创作列表
    python笔记:4.1——4.2(字符串、列表)
    python笔记:4.1——4.2(字符串、列表)
    关于列表的常用函数
    python笔记:4.1——4.2(字符串、列表)
    python笔记:4.1——4.2(字符串、列表)
    python笔记:4.1——4.2(字符串、列表)
    python笔记:4.1——4.2(字符串、列表)

相关文章:

  • 2022-12-23
  • 2021-10-09
  • 2022-02-09
  • 2022-12-23
  • 2021-08-07
  • 2021-08-28
  • 2021-08-24
  • 2021-10-22
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-06
  • 2021-12-26
  • 2022-12-23
  • 2022-01-11
相关资源
相似解决方案