+ 3
Floats
Can somebody explain floats to me
3 Respostas
+ 9
Use the search bar to look for threads that can answer your questions.
https://www.sololearn.com/Discuss/1468974/?ref=app
https://www.sololearn.com/Discuss/736163/?ref=app
+ 8
That's a pretty general question. There is a good explanation in the fourth section ("Floats") of the first module in the Python course, which I see you've started. https://www.sololearn.com/learn/Python/2272/
Basically a float is a number followed by a decimal point and one or more digits, including zero (i.e. 2.0 is a float even though it's a whole number)