How are floating constants represented in python? Give examples to support your answer.

floating constants are represented number with decimal points and exponential form.

for example
x = 12.89
or
x=1.28E5

error: Content is protected !!