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