In this lesson, students learn how to split strings into a list of characters or a list of groups of characters using list
and split
. They will also learn how to combine list items into a string using join
.
Students will be able to:
list
to separate a string into a list of characterssplit
to separate a string into a list of words or groups of characters depending on the element provided for the split characterjoin
These are all the activities included in the lesson