Charles De Barroscharlesdebarros.hashnode.dev·Apr 10, 2024Back to Basics - Python #02The 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 ...Back to Basicsbacktobasics