Contribute Media
A thank you to everyone who makes this possible: Read More

Passing functions as arguments to other functions

Description

In Python, you can pass functions (as an argument) to another function. Some of Python's built-in functions actually expect functions to be given as one or more of their arguments to call them later.

Details

Improve this page