Skip to content

Python Numeric Types

Rafael J. Rodriguez edited this page May 17, 2016 · 2 revisions

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