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