Python Functions

Functions are reusable blocks of code that allow you to break down your program into smaller, modular components. They are defined using def keyword.