What does split() do?

It divides a string into a listIt joins a stringIt replaces part of a string

It divides a string into a list.