A function is a reusable set of operations.
That sounds like a pretty straightforward definition. But what does it exactly mean?
Take the print() and len() statements for instance. Both always perform predefined tasks. Hence, they are examples of functions!