Worksheet on Functions and modules in Python
Worksheet on Functions and modules in Python Q.1: Which of the function return the smallest integer not less than number . a) exp() b) ceil() c) floor() d) fabs() Q.2:Which of the following is not a type of function ? a) built in function b) function defined in modules c) user defined function d)…