Advertisements
Advertisements
Question
What is a function?
Short Note
Solution
Functions are named blocks of code that are designed to do a specific job. If you need to perform that task multiple times throughout your program, you just call the function dedicated to handling that task.
shaalaa.com
Introduction to Python Functions
Is there an error in this question or solution?
APPEARS IN
RELATED QUESTIONS
A Function which calls itself is called as ______
Which function is called anonymous un-named function?
While defining a function which of the following symbol is used.
What are the points to be noted while defining a function?
Write a Python code to find the L.C.M. of two numbers.
Explain the following built-in function.
id()
Explain the following built-in function.
chr()
Explain the following built-in function.
round()
Explain the following built-in function.
type()
Explain the following built-in function.
pow()