When using sort() on a list of positive and negative numbers like temperatures, the smallest number, -3, goes first.
sort()
temperatures
-3
Make sure to type sort().