Lab Write Up
Name: Elijah Levy
Period: 7
Assignment: Lab 9
Lab Overview
This lab focused on lists
Questions
- What is the length of an empty list?
- Why are lists more powerful than variables?
- They can store virtually infinite variables.
- Can a list contain different data types? For example, could it store both numbers and words?
- In Scratch, yes, but in some languages they cannot.