Question

11. Follow these instructions carefully. In the Spyder Console, assign np.zeros(10)to the variable a. Then assign the variable a to the variable b. Then assign the integer 1 to the

variable a[0]. Finally, print b. What is the value of b[0]?

Fig: 1

Fig: 2