1 2 3 4 5 6 7 8 9
'hello'.split('') """ TRACEBACK: Traceback (most recent call last): File "str__split_empty_sep.py", line 1, in <module> 'hello'.split('') ~~~~~~~~~~~~~~~~~ ValueError: empty separator """