Q. Which function returns the smallest item from a list?
β
Correct Answer: (B)
min()
Explanation: min() returns the smallest value in an iterable.