On this pagePython map() Function The map() function executes a given function to each element of an iterable (such as lists, tuples, etc.). Syntax