I have a range of Salaries in a list in Python sth like this ['10,000-15,0000','2,500'-'3,000','5,000-7,500'].
I would like to sort this list asc but if try list.sort() it doesnt sort the proper away because the objects in list are strings.Ι cant convert to int and sort because
of the '-'