You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
314 B
14 lines
314 B
4 years ago
|
*Complete this quiz in class*
|
||
|
|
||
|
1. To refer to specific item in an array, you would use a
|
||
|
|
||
|
- [ ] square bracket `[]`
|
||
|
- [ ] index
|
||
|
- [ ] curly braces `{}`
|
||
|
|
||
|
2. 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
|