# Homework 24, challenge: sort highest-first, print only the top three. scores = [30, 12, 45, 7, 24, 50] # TODO: sort descending, then join the first three with " "