0
Please Explain Me About Floats In Python ?
Floats Explanation
3 Antworten
+ 5
float type is a numeric type that you use to represent floating point numbers.
if you don't know what is floating pointing numbers give a check here:
https://docs.python.org/3/tutorial/floatingpoint.html
+ 1
[probably meta]
I wrote a little helper program to dump Python's internal documentation here.
https://code.sololearn.com/cbJyTC0E78ov/?ref=app
It's preloaded with help(float), though I suspect you are asking about floating point numbers, and not the float class.
0
Thanks