Run
myList = [9, 1, 5, 9, 4, 2, 7, 2, 9, 5, 3] mySet = set(myList) print(mySet)
Output