python3的数据类型

作者: 卜了了 | 来源:发表于2018-03-21 11:24 被阅读5次

    参考Python3 基本数据类型

    Python3 中有六个标准的数据类型:

    Number(数字)
    String(字符串)
    List(列表)
    Tuple(元组)
    Sets(集合)
    Dictionary(字典)
    

    相关文章

      网友评论

        本文标题:python3的数据类型

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