Python Temukan indeks item dalam array

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