Primary
❪֎₇❫ Python Types ○|Definition|1st|202601101326-00-⌔
Built-in Types — Python 3 documentation
Built-in Types
The following sections describe the standard types that are built into the interpreter.
The principal built-in types are numerics, sequences, mappings, classes, instances and exceptions.
Some collection classes are mutable. The methods that add, subtract, or rearrange their members in place, and don’t return a specific item, never return the collection instance itself but
None.Some operations are supported by several object types; in particular, practically all objects can be compared for equality, tested for truth value, and converted to a string (with the
repr()function or the slightly differentstr()function). The latter function is implicitly used when an object is written by theprint()function.Printed 2026-06-28.
(echo:: @ ᯤ)
Link to original
Secondary
• • •