python sort char list code example Example: python string sort characters Click to copy>>> a = 'ZENOVW' >>> ''.join(sorted(a)) 'ENOVWZ'