Comment rechercher où se trouve un personnage dans un tableau de Python

x = ['p','y','t','h','o','n']
Output = x.index('o')
Long Lion