Wie man sucht, wo sich ein Charakter in einem Array in Python befindet

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