Python Methods
Python Methods
14 string() This function converts the inputted Numeric / boolean value into string
value.
15 ceil() This function returns the smallest integer not less than number
16 sqrt() This function returns the square root of number. If number is less than
zero then an error occurs.
17 exp() It returns the natural logarithm e raised to the arg power.
18 fabs() It returns the absolute value of the number.
19 log()