Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 327 Bytes

File metadata and controls

13 lines (9 loc) · 327 Bytes

Complete this quiz in class

  1. To refer to specific item in an array, you would use a
  • square bracket []
  • index
  • curly braces {}
  1. 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