The issue here is that Python’s round method implements banker’s rounding, where all half values will be rounded to the closest even number.