what do i put a string into alpahebetical order in python code example Example: python string sort characters >>> a = 'ZENOVW' >>> ''.join(sorted(a)) 'ENOVWZ'