📜  python代码示例中的数据类型是什么

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

代码示例1
In programming, data type is an important concept.

Variables can store data of different types, and different types can do different things.
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