Uzyskaj wszystkie wskaźniki wartości z listy Python

indices = [i for i, x in enumerate(my_list) if x == "whatever"]
Shaunak