Como pesquisar onde um personagem está em uma matriz em Python

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