This might or might not be what you want/expect...
>>> set([3, 2, 1]) {1, 2, 3} >>> set([10, 100, 1000]) {1000, 10, 100}