python_ref_list_index_1.py:
x
 
fruits = ['apple', 'banana', 'cherry']
x = fruits.index("cherry")
print(x)