What is the following function returns item from the list with min value?
A – cmp(list)
B – len(list)
C – max(list)
D – min(list)
1 Answers
What is the following function returns item from the list with min value?
A – cmp(list)
B – len(list)
C – max(list)
D – min(list)