G
Gaba Luschi
How does the slice method work? If I want to write:
x.slice(parameter 1, parameter 2)
what do the parameters specify in terms of what part of x (say it's a
sentence) the program slices?
Thanks!
x.slice(parameter 1, parameter 2)
what do the parameters specify in terms of what part of x (say it's a
sentence) the program slices?
Thanks!