Q. Which function returns the largest integer less than or equal to a number?
Solution:
floor() from math module returns the floor, e.g., math.floor(3.7) = 3.
Get Question Bank
Strengthen Your Practice with our comprehensive question bank.
floor() from math module returns the floor, e.g., math.floor(3.7) = 3.
Strengthen Your Practice with our comprehensive question bank.