Python More Builtin Types - ashish9342/FreeCodeCamp GitHub Wiki

Python More Built-in Types

Previous

Home

Next

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.

Next, we shall embark upon Python-Functions

⚠️ **GitHub.com Fallback** ⚠️