What are the built-in types of python?
Dinesh Beniwal
Select an image from your device to upload
integerfloatcomplexstring
built-in types are available in following categories: numerics, sequences, mappings, classes, instances and exceptions.Numeric Types includes: int, float, long, complex.Sequences: str, unicode, basestring, list etc.Mapping: dict.