Say I have this list:
li = ["a", "b", "a", "c", "x", "d", "a", "6"]
As far as help showed me, there is not a builtin function that returns the last occurrence of a string (like the reverse of index). So basically, how can I find the last occurrence of "a" in the given list?
Unrelated Question
Why does StackOverflow remove the first line of the text? I've written "hi there", in the beginning of the question but it does not appear?