Computer Science, asked by singhakarsh6, 7 months ago

EXPLAIN ANY FOUR BUILT IN FUNCTION OF LIST IN PYTHON

Answers

Answered by aarti225566
8

Explanation:

Python Built in Functions

Function Description

map() Returns the specified iterator with the specified function applied to each item

max() Returns the largest item in an iterable

memoryview() Returns a memory view object

min() Returns the smallest item in an iterab

HOPE IT'S HELP'S YOU

Similar questions