We're able to split up strings and store the individual values inside a list by coding .split() after the variable.
.split()
Make sure to pick . followed by split and then (, ).
.
split
(
)