Python has a built-in function int() that helps to convert float object to integer.>>> a=10.56 >>> int(a) 10