We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.

This lesson's interactive features are locked, please to keep using them

Get

Now that we can store values in arrays, we need a way to retrieve them. snek_array_get returns the value at a specific index in the array. The equivalent in Python would be:

array[7]

Assignment

Complete the snek_array_get function: