Computer Science, asked by Anonymous, 9 months ago

define float data type (in python language)

Answers

Answered by bktbunu
1

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.

Answered by Chiadika
0

Answer:

Explanation:

They are immutable data types, means that changing the value of a number data type results in a newly allocated object. ... float (floating point real values) − Also called floats, they represent real numbers and are written with a decimal point dividing the integer and fractional parts.

Similar questions