Scratch Lab 9
Scratch Lab Pair Programming
My Project Link
Problem #1
My Project Link
Click HERE to return to my Scratch Labs.
Scratch Write Up
- What is the length of an “empty” list?
The length is 0.
- Why are lists more powerful than variables?
Lists can can hold multiple values at one time. Variables can hold one.
- Can a list contain different data types? For example, could it store both numbers and words?
They sure can!