Python has the built-in functions str(), int(), float() and bool() for type conversion of suitable values. Here, we change float to int.
str()
int()
float()
bool()
float
int
Make sure to pick int.