Functions
Term side of the Card
Topic: Basics
Unit title: Functions
Categories: Concept
Explanation side of the Card
Explanation: The reusable blocks of code that perform specific tasks. They can accept inputs (parameters), execute a sequence of statements and return outputs (results). Functions help organize code, make it modular and avoid repetition by allowing the same code to be used in multiple places.