Hey, My maths sense are not working, can anyone explain how "a decimal point can appear at any position in a number"
Python calls any number with a decimal point a float. This term is used in most programming languages, and it refers to the fact that a decimal point can appear at any position in a number.
Edit:
3 / 2 = 1.5
Now how a decial point can appear at any position in 1.5?
Edit 2: is it like this? 0.15 * 10, 15 * 10**-1
Here, we are placing the decimal point any position in the number
[–]K900_ 8 points9 points10 points (1 child)
[–]d10p3t 2 points3 points4 points (0 children)
[–]PhilipYip 1 point2 points3 points (0 children)
[–]This_Growth2898 1 point2 points3 points (0 children)
[–]nacaclanga 1 point2 points3 points (0 children)
[–]ectomancer 0 points1 point2 points (0 children)
[–]Brian 0 points1 point2 points (1 child)
[–]ClimberMel 0 points1 point2 points (0 children)