Number of students in each section of class 9th is stored in series ‘S1’. Write a statement to change the value of section ‘A’ and ‘B’ to 50. A 41 B 44 C 40 D 42 E 47
1. S1[ : 2] = 50 b.
2.S1[0 : 2] = 50
3.Both of the above
4.None of the above
Answer:3