Sort a List in Descending Order

Sort the temperatures list from highest to lowest using sorted(). Store the result in sorted_temps.
Python
Setting up Python environment...
Output