Functions and Function Parameters
Functions are blocks of reusable code that perform specific tasks. They allow you to break down your code into smaller, manageable pieces, improving code organization and reusability. In Python, you can define functions using the def keyword. Here's an example: