Exercise: Find index of element

Define a function called get_index that takes a list and some value as input, and returns the index of that value in the list.
Python
Setting up Python environment...
Output