python_ref_list_index_2.py:
x
 
fruits = [4, 55, 64, 32, 16, 32]
x = fruits.index(32)
print(x)