Function = A reusable block of code that performs a task
[[print]](“Hello”)

Explanation
Functions help avoid repeating code. They perform a specific task and can accept Arguments.

Example

print("Hello")