floor() returns the closest integer value less than or equal to a floating point number.
True
Reason — The floor() function in Python returns the closest integer value that is less than or equal to the given floating-point number.
floor()