Waveform's merch store wants to see what each shopper is holding.
You have the cart DataFrame:
Your task: return each user_id and a column items — the distinct products in that user's cart, as an alphabetically sorted list.
Assign your answer DataFrame to result. Row order doesn't matter.