Python
Python
Python
USER-DEFINED
FUNCTIONS
BY:- Madhulika Wakalkar
ROLL NO. 19
What is User-defined
function?
A user-defined function in Python is a custom function created by the
programmer to perform a specific task. It allows you to encapsulate a
block of code that you can reuse throughout your program.
syntax:-
return [expression_list]
Thank you