What will be the output of the below python program: import array as arr x=arr.array(i,[2,4,6]) Z=x[1]+X[2]...

Posted Date: