美文网首页
python之数据结构

python之数据结构

作者: 谢小磊 | 来源:发表于2018-10-29 16:06 被阅读0次

    数据结构是指相互之间存在一种或多种特定关系的数据类型的集合。

    Python中常用的数据结构,如下:

    类型 注释
    List 列表
    Tuple 元组
    Set 集合
    Dic 字典

    相关文章

      网友评论

          本文标题:python之数据结构

          本文链接:https://www.haomeiwen.com/subject/euqvtqtx.html