When I use the sort() or sorted() function in Python on a list such as [\'1\', \'10\', \'2\', \'3\', \'4\', \'100\'], I get the result
sort()
sorted()
[\'1\', \'10\', \'2\', \'3\', \'4\', \'100\']