Complete this quiz in class
- To refer to specific item in an array, you would use a
- square bracket
[]
- index
- curly braces
{}
- How do you get the number of items in an array
- The
len(array)
method - The property
size
on the array - The
length
property on the array