Question: Python Programming Write a function, sort_unique, that returns a list of cities sorted alphabetically after duplicates have been removed. Do this in one line using

Python Programming
Write a function, sort_unique, that returns a list of cities sorted alphabetically after duplicates have been removed. Do this in one line using casting. print(sort_unique (["NYC", "ATL", "ATL"]))
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
