python string swap characters code example Example: python string sort characters >>> a = 'ZENOVW' >>> ''.join(sorted(a)) 'ENOVWZ'