Data = "A good employee like {'A':12345} is essential in today’s world, especially in these tough economic times when there are many seeking work. Consequently, it is important to keep in mind that no employee is irreplaceable like {'B':1234} and {'C':123}"
I want to convert above data to
Data = "A good employee like {'C':123} is essential in today’s world, especially in these tough economic times when there are many seeking work. Consequently, it is important to keep in mind that no employee is irreplaceable like {'B':1234} and {'A':12345}"
Mean to say in the passage has to sort according to values. Is there any way to do this?