Why do we use float in python programming language?
Answers
Answered by
1
Answer:
float in Python
The float method is used to return a floating point number from a number or a string. The method only accepts one parameter and that is also optional to use. ... A number : Can be an Integer or a floating point number.
Answered by
0
Answer:
float() method is used to return floating point number.
Explanation:
Similar questions