Y
Hacker News
new
|
ask
|
show
|
jobs
by
pstuart
4921 days ago
Indeed, although the commas are superfluous.
1 comments
bsagert
4920 days ago
The space character argument is also superfluous as it is the default.
strlist = 'one two three four five'.split()
link
strlist = 'one two three four five'.split()