My Projects

My Lab 9 Scratch Assignments

Problem #1

What is the length of an “empty” list?

- The length of an "empty" list is zero because a list can store an unlimited amount of items and therefore could have either zero or a million items.

Why are lists more powerful than variables?

- Lists more powerful than variables because they contain not only one variable but multiple variables at once

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

- A list can contain differant data types such as having to store both the numbers and words

Click HERE to return to homepage.