Display the sorted contacts list.
contacts
Make sure to pick contacts.sort(), followed by print(contacts).
contacts.sort()
print(contacts)