All Indexes of Value (Challenge)

# Introduction In Python, a list is a collection of items that are ordered and changeable. Sometimes, we need to find all the indexes of a specific value in a list. In this challenge, you will create a function that returns a list of indexes of all the occurrences of an element in a list.

|60 : 00

Click the virtual machine below to start practicing