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

  1. What is the length of an “empty” list?
  2. The length is 0.
  3. Why are lists more powerful than variables?
  4. Lists can can hold multiple values at one time. Variables can hold one.
  5. Can a list contain different data types? For example, could it store both numbers and words?
  6. They sure can!