Scratch Lab 9



Even this Shark is Odd

Questions:

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

The length of an empty list is zero because there are no data inputs.

2. Why are lists more powerful than variables?

Lists can hold more inputs than variables.

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

Yes

Click HERE to return to homepage.