0
What is float??
bcz I have confusion in this
5 Respuestas
+ 3
If you have access to google.com, try searching for this: "What is float?".
https://www.tutorialspoint.com/JUMP_LINK__&&__python__&&__JUMP_LINK/python_numbers.htm
0
A data type with a floating point. For example, 3.1 or 29.0
0
Float is a data type to represent the value with point decimal.
In python float() is used to make integer to float.
And when divide a two numbers , python will automatically give a float answer.
Eg.
print(5/2)
>>>2.5
0
Floats are decimal numbers,examples like 0.3 or 5.1
Floats are all numbers that have "." Inside him
0
Let's recall data types. Which of the following is a float?