📜  python 数据类型 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:24.870000             🧑  作者: Mango

代码示例2
Text Type:    str
Numeric Types:    int, float, complex
Sequence Types:    list, tuple, range
Mapping Type:    dict
Set Types:    set, frozenset
Boolean Type:    bool
Binary Types:    bytes, bytearray, memoryview