# Bug report ### Bug description: ```python text = "Hello World ! " print(text.split()) print(text.split(" ")) ``` ### CPython versions tested on: 3.14, 3.12, 3.13 ### Operating systems tested on: _No response_