Back to Basics - Python #02
The Numeric data type
There are eight major data types in Python:
DescriptionType
Textstr
Numericint, float, complex
Sequencelist, tuple, range
Mappingdict
Setset, frozenset
Booleanbool
Binarybytes, bytearray, memoryview
NoneNoneType
...
charlesdebarros.hashnode.dev6 min read