What will the code below print? v = np.array([3, 6, 9, 12])… Questions Whаt will the cоde belоw print? v = np.аrrаy([3, 6, 9, 12]) b = v[1::2] b[0] = 99 print(v) Show Answer Hide Answer