Advertisements
Advertisements
Question
Explain the following built-in function.
pow()
Answer in Brief
Solution
Function | Description | Syntax | Example |
pow() | Returns the computation of ab i.e. (a**b) a raised to the power of b. | pow (a,b) |
|
shaalaa.com
Introduction to Python Functions
Is there an error in this question or solution?
APPEARS IN
RELATED QUESTIONS
Which function is called anonymous un-named function?
What is a function?
Write the different types of functions.
How to set the limit for recursive function? Give an example.
Differentiate ceil() and floor() function?
Write a Python code to check whether a given year is a leap year or not.
What are the points to be noted while defining a function?
Explain the different types of functions with an example.
Write a Python code to find the L.C.M. of two numbers.
Explain the following built-in function.
id()