Hi and thank you for stopping by this question, let me explain my problem.
Basically, i have a number, let's say it's 13.
Now, i have this:
alphabet = "abcdefghijklmnopqrstuvwxyz"
I need to know what's at position 13, basically a reverse alphabet.index()
Thank you in advance for your help!