In this lesson, students are introduced to lists. They learn why lists are used in programs and how to create them. Lists are created like this:
list_name = [item_1, item_2, item_3, ...]
Students will be able to:
These are all the activities included in the lesson