CBSE Class 11 Computer Science Question 59 of 63

Introduction to Python Modules — Question 6

Back to all questions
6
Question

Question 6

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

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.