1.

Define float data type (in python language)

Answer»

EXPLANATION:

The floatdata type in Python is USED to REPRESENT the FLOATING point or real numbers. These numbers are written with a decimal point dividing the integer and fractional parts. For example, 97.98, -65.78954 are floating point numbers.



Discussion

No Comment Found