What are the exact value and type of 4 / 2 in Python?
Explanation
The slash performs true division, so integer operands still produce the floating-point value 2.0. An exact whole-number quotient does not cause Python to switch the result back to int.