Untitled

Anonymous
plain_text
02/08/2025 5:44 PM
176 B
11
Indexable
numbers = [4, 2, 7, 4, 8, 2, 9, 1, 7]

sorted_list = sorted(set(numbers))

print("Sorted list without duplicates:", sorted_list)
Editor is loading...
Leave a Comment