EXPLAIN ANY FOUR BUILT IN FUNCTION OF LIST IN PYTHON
Answers
Answered by
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