Python-基础学习-第二轮

数据类型 Python 默认拥有以下内置数据类型: | 文本类型: | str | | | | | 数值类型: | int, float, complex | | 序列类型: | list, tuple, range | | 映射类型: | dict | | 集合类型: | set, frozens

    推荐阅读