跳转至

基础数据类型

  1. 数字类型 Number
    1. 整数 Integral
      1. 整数 int
      2. 布尔 bool
    2. 浮点数 float
    3. 复数 complex
  2. 序列
    1. 不可变序列
      1. 字符串 str
      2. 元组
      3. [[字节串]]
    2. 可变序列
      1. 列表
      2. [[字节数组]]
  3. 集合
    1. [[可变集合set]]
    2. 冻结集合
  4. 映射
    1. 字典 dict

最后更新: 2022年10月15日 01:02:48
创建日期: 2022年9月7日 02:31:44
Contributers: yangjh