In Python, the double slash (or type casting) is necessary as a single slash will yield a float by default. Double slash returns an int.
In Python, the double slash (or type casting) is necessary as a single slash will yield a float by default. Double slash returns an int.