2. What do you mean by Numeric types ? How many numeric data types does Python provide ?

Numeric data types are used to store numeric values. Python provides the following numeric data types: i) Integers ii) Floating-Point Numbers iii) Complex Numbers

2. What do you mean by Numeric types ? How many numeric data types does Python provide ? Read More »