Functions:

Functions in Python are blocks of code that perform a specific task.

They help us avoid repeating code and make programs easier to read and maintain.

Functions with parameter:

A function that takes input values (parameters).