Scratch Lab 9

-------------------------------------------------------------

PartProblem OneProblem TwoProblem Three
Oneabc
Resetrrr

Here is a link to my project on scratch: blah

Question #1
What is the length of an “empty” list?

A: 0.

Question #2
Why are lists more powerful than variables?

A: Because they can store an infinite amount of numbers, instead of one.

Question #3
Can a list contain different data types? For example, could it store both numbers and words?

A: Yes. The only problems would be that it would take a long time to put them in because you would have to do it manually in Scratch, and that it would be really hard to be able to use that data afterwards(In other words, having the computer interpret it would be really hard).

-------------------------------------------------------------