split on first space python code example Example: python split first space Click to copy>>> s = "238 NEO Sports" >>> s.split(" ", 1) ['238', 'NEO Sports']