0

What is float??

bcz I have confusion in this

18th May 2021, 8:14 AM
youtube worker
youtube worker - avatar
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
19th May 2021, 4:43 AM
NEZ
NEZ - avatar
0
A data type with a floating point. For example, 3.1 or 29.0
18th May 2021, 8:23 AM
Artem 🇺🇦
Artem 🇺🇦 - avatar
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
18th May 2021, 8:35 AM
Mohan S
Mohan S - avatar
0
Floats are decimal numbers,examples like 0.3 or 5.1 Floats are all numbers that have "." Inside him
18th May 2021, 11:07 AM
Katdotbrush
Katdotbrush - avatar
0
Let's recall data types. Which of the following is a float?
18th Nov 2022, 6:30 AM
dechen chezom