Pair Programing

Regular Polygons

Even or Odd

Questions!

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

0

Question #2 Why are lists more powerful than variables?

Becuase lists are a series of variables that can be created or destroyed or added onto or reduced at any point.

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

Yes it can contain a string or a number, at least in scratch it can.