set is kind of sorted while printing for this code:
x={2,1,3,4,5,6,8,7,9,10,\'1\',\'2\'} print(x)
the output will be:
{1, 2, 3, 4,