Which of the following Python built-in functions is used to determine the smallest value in a list?
sum()
max()
min()
len()

Computing Exercises are loading ...