8_1_6
Create and use data structures in a programming language
Sign in to Google to save your progress. Learn more
TRUE or FALSE: The first location in an array is labelled as [0]
1 point
Clear selection
Which is the correct syntax for creating an array?
1 point
Clear selection
An array is created in Python like this:
 myArray = ["ONE","TWO","THREE","FOUR"]
Which piece of code would print the word FOUR?
1 point
Clear selection
Which piece of code would swap ONE and FOUR around?
1 point
Clear selection
TRUE or FALSE: Arrays are a good way to organise data.
1 point
Clear selection
Submit
Clear form
This content is neither created nor endorsed by Google.