According to the query data. In Python. When you convert a floating point number into an integer. It will directly truncate the decimal part. Keep only the integer part. When this integer is used for calculation again. The result may still be a floating-point number.