python_ref_enumerate.py:
x
 
x = ('apple', 'banana', 'cherry')
y = enumerate(x)
print(list(y))