Question

(a) (5 pts) If X = [0, 1, 2, 3] then you can index its i-th number by X[i-1]. Declare a new variable Y that can index these four values

by Y['a'], Y['b'], Y['c'], Y['d'].

Question image 1