What is meant by a floating-point literal in Python ? How many ways can a floating literal be represented into ?

Floating point literals are numbers with a fractional part. They can be represented with either fractional form or exponent form.