how to make sure a value is of type int and not float, python code example Example: py test if is float check_float = isinstance(25.9, float)