Python Finden Sie den Index eines Elements in einem Array

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