Python built-in data types

Built-in data types

String type str
Numeric type int, float, complex
Sequence type list, tuple, range
Mapping type dict
Collection type set, frozenset
Boolean type bool
Binary type bytes, bytearray, memoryview

String type

Numeric type

Sequence type

Mapping type

Collection type

Boolean type

Binary type

[Previous page] [Next page]

Guess you like

Origin blog.csdn.net/wzc18743083828/article/details/108987326