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.
Premium
Python
Setting up Python environment...
Output
Setting up Python environment...