Functions in Python
Functions: A function is a named block of code that performs a specific task and can be used again and again.
A function helps in:
- Reducing program length
- Avoiding repetition
- Making programs easy to test and maintain

Functions: A function is a named block of code that performs a specific task and can be used again and again.
A function helps in:
