scores2 = [u'4H', u'10H', u'18H', u'59H', u'84H', u'19A', u'38A', u'65A', u'88A', u'90A', u'']
Scores 2 prints out like this, Can someone show me how to remove the unicode from the list and then sort by number value only so the last letter has no manipulation of the sort?. I have seen Natural Sort but im sure this only works with the letter before the number?