美文网首页
python之基本数据类型

python之基本数据类型

作者: WaldenWolf | 来源:发表于2018-01-16 22:00 被阅读0次

    Python3 中有六个标准的数据类型:
    Number(数字)
    String(字符串)
    List(列表)
    Tuple(元组)
    Sets(集合)
    Dictionary(字典)

    相关文章

      网友评论

          本文标题:python之基本数据类型

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