What does
split()
do?
It divides a string into a list
It joins a string
It replaces part of a string
It divides a string into a list.