Question: Question 19 Write the output of the below given program Not yet answered Marked out of 1.00 P Flag question import array as arr y=arr.array(i,[10,30,50,60])
Question 19 Write the output of the below given program Not yet answered Marked out of 1.00 P Flag question import array as arr y=arr.array("i",[10,30,50,60]) y.extend([20,70,40]) y.remove(70) print(y[-1],y[1]) Answer: Question 20 In python any loop statement will run until the condition false. Not yet answered Select one: O True Marked out of 1.00 False Flag
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
