Please Explain Me About Floats In Python ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Please Explain Me About Floats In Python ?

Floats Explanation

5th Nov 2018, 5:22 PM
Shikhar Verma
Shikhar Verma - avatar
3 Answers
+ 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
5th Nov 2018, 5:36 PM
Anya
Anya - avatar
+ 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.
5th Nov 2018, 6:56 PM
Kirk Schafer
Kirk Schafer - avatar
0
Thanks
7th Nov 2018, 6:41 PM
Shikhar Verma
Shikhar Verma - avatar