Skip to content

Python Numeric Types

Quincy Larson edited this page Aug 20, 2016 · 1 revision

Python Numeric Types

The numeric types for Python are:

The standard library adds numeric types for

Numeric objects are created from literals or as the result of functions and operators. The syntax for numeric literals is well documented.

Previous

Clone this wiki locally