How to Make str.split Lie With One Space
split() splits ALL whitespace. split(' ') splits only spaces. Tabs and newlines behave differently.

How to Make str.split Lie With One Space
split() splits ALL whitespace. split(' ') splits only spaces. Tabs and newlines behave differently.
