Lesson 16
Learning Goal: Students will be able to create and change lists using list operations, and loop through a list to repeat a series of commands for every item in the list.
Write your text here...Learning Objectives
Students will know how to:
Use a list to store a collection of strings
Use a variable to name and store a list
Use a variable display tool to display a list
Use basic list functions to add and remove items from a list
Loop through a list to repeat a set of commands for every item stored in the list