基本数据结构:

list

tuple

dic

一、list

list是Python中最常用的基本数据结构。
python中的基本数据结构

二、tuple

tuple与list基本类似
tuple不能删除和修改元素

三、dictionary(字典)

python中的基本数据结构

相关文章:

  • 2021-05-20
  • 2021-07-23
  • 2021-05-06
  • 2022-12-23
  • 2022-12-23
  • 2021-09-22
  • 2021-05-22
猜你喜欢
  • 2021-09-15
  • 2021-05-29
  • 2022-12-23
  • 2021-11-07
  • 2021-11-05
  • 2022-12-23
  • 2021-05-31
相关资源
相似解决方案