valores = [10, 3, "Asimov"] valores.sort() # TypeError: '<' not supported between instances of 'str' and 'int'