Data Types
str |
Text |
int , float , complex |
Numeric |
list , tuple , range |
Sequence |
dict |
Mapping |
set , frozenset |
Set |
bool |
Boolean |
bytes , bytearray , memoryview |
Binary |
See: Data Types |
Comments
str |
Text |
int , float , complex |
Numeric |
list , tuple , range |
Sequence |
dict |
Mapping |
set , frozenset |
Set |
bool |
Boolean |
bytes , bytearray , memoryview |
Binary |
See: Data Types |