Python Encontre o índice de um item em uma matriz

x = ['p','y','t','h','o','n']
print(x.index('o'))
Crowded Corncrake