Display sold_tickets, sort the list, and then display it again to see the difference.

Make sure to pick print(sold_tickets), followed by sold_tickets.sort(), and finally print(sold_tickets).