Python: Data Types

General Data Types

Data TypePython TypeImmutable & Hashable
BooleanboolYes
IntegerintYes
Floating point numberfloatYes
StringstrYes
BytesbytesYes

Collection Data Types

Data TypePython TypeImmutable & Hashable
TupletupleYes
SetsetNo
Frozen SetfrozensetYes
ListlistNo
DictionarydictionaryNo

Leave a Comment


The reCAPTCHA verification period has expired. Please reload the page.