# Homework 24, problem 2: sort highest to lowest, then print. nums = [30, 12, 7, 24] # TODO: sort with reverse=True (or a key), then join and print