integerfloatcomplexstring
float, complex, str, bool
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.