KnowledgeBoat Logo
|

Computer Science

floor() returns the closest integer value less than or equal to a floating point number.

Python Modules

1 Like

Answer

True

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

Answered By

2 Likes


Related Questions