Computer Science
Fill in the blanks:
_________ function returns the closest integer value greater than or equal to a floating point number.
Python Modules
3 Likes
Answer
ceil()
Answered By
2 Likes
Related Questions
Fill in the blanks:
The _________ statement reads a module file and makes its contents available for use.
Fill in the blanks:
_________ module in Python provides mathematical functions.
Fill in the blanks:
_________ function returns a set of data values that appear most often in a data set.
Fill in the blanks:
The output of the following statement: X = statistics.mean([2, 15, 16, 19] =) is _________.