what are the numeric types that python supports?
Answers
Answered by
4
Explanation:
Numeric Types — int, float, complex. There are three distinct numeric types: integers, floating point numbers, and complex numbers. In addition, Booleans are a subtype of integers. Integers have unlimited precision.
Similar questions