built in list operations
Answers
Answered by
0
Answer:
Built-in List Functions & Methods in Python
Sr.No Function with Description
1 cmp(list1, list2) Compares elements of both lists.
2 len(list) Gives the total length of the list.p>
3 max(list) Returns item from the list with max value.
4 min(list) Returns item from the list with min value
Answered by
0
Explanation:
pls see this the photo
Attachments:
Similar questions