Functions in Python | How To Use Functions In Python | Chapter 2 Functions CS XII CBSE | (Part-1)
1.Library Functions (Built in functions)
2.Functions defined in modules
3.User Defined Functions
Function is a collection of statements which is made to perform a specific task.
OR
A function is a block of reusable code that is used to perform a specific action.