romach
4/12/2017 - 4:06 PM

Split string

Split string

string = 'first second'
string.split(' ') # ['first', 'second']