Display the smallest pollution index from a range of measurements with min() and the list name between parentheses.
min()
Make sure to pick min followed by ( and then pollution_indices, ).
min
(
pollution_indices
)