There is a difference in division result when integer data is divided by Python2 and Python3 versions. In the Python2 version, dividing integers results in integer data, and in the Python3 version, dividing integers results in float data. Since the data type of integer division differs according to the version difference, if the source is implemented without considering the version-specific diff..