Cómo buscar dónde está un personaje en una matriz en Python

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