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