On Tuesday, 24 October 2017 at 16:18:03 UTC, H. S. Teoh wrote:

I have never seen a programming language in which dividing two integers yields a float or double. Either numbers default to a floating point type, in which case you begin with floats in the first place, or division is integer division, yielding an integer result.


T

Haven't used Python 3+?

Reply via email to