from float to int code example Example 1: python float to int int(your_number) Example 2: float to int in python # convert float to int int(2.0) #output :2