I know that set is an unordered collection in Python.
But I do not fully grasp this:
list1 = [8,5,9] set(list1) # {5, 8, 9} - it seems to order it