

InterviewSolution
Saved Bookmarks
1. |
How are floating constants represent in Python ?give example to support your anser. ?? |
Answer» 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. ... The real part of the number is a, and the imaginary part is b. | |