Or atleast my understanding of them.1
In Python, numbers are not really a single object type, but a category of similar types.2
They include
- Integer and Floating point objects
- Complex numbers
- Decimal: Fixed Precision Objects
- Fractions
- Sets
- Booleans
- Built-in functions (math, random)