O Level Previous Paper Group
O Level Previous Paper Group
February 13, 2025 at 04:59 PM
Q(1) Create a 3*3 array with values form 1 to 9 Extract the Second row, the second column, and a 2*2 sub- array form the bottom -right corner Q(2) Create an array Original form [ 5,10,15,20] Make a Copy of this array and modify the second element of the copy to 50. Print Both the Original and The Modified Copy to see if the Original Array is Unchanged Q(3) Write a Program to Store the lenght of all Sub Tuples Of a Tuple into a New Tuple. Example - T1=((1,2,3),(3,4),(2,3,4,5),(5,6,7)) #original Tuple T2 = (3,2,4,3) #new Tuple 13 February #m3r5 ✍️ Satya Sir 👉https://t.me/O_levelpaper

Comments