0
What is float python?
:(
3 Answers
+ 4
Float is also known as floating point numbers. In other words, you can understand float as "numbers with decimal places".
For example:
1.23 = float (with decimal places)
123 = integer (without decimal places)
+ 3
Just an additional to Ooi Zong Qi 's statement:
0.0
1.0
-2.0
These numbers are also float numbers.
+ 3
A float example is 1.3
This point between 1 and 3 is float