Question: Write the output of the below given program import array as arr y=arr.array(i,[20,60,70,10]) y.append(55) y.pop(1) y.insert(0,35) print(y[-1],y[2]) Answer: Which of the following is a not

![arr y=arr.array("i",[20,60,70,10]) y.append(55) y.pop(1) y.insert(0,35) print(y[-1],y[2]) Answer: Which of the following is](https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2024/09/66f2ffe431aa5_25166f2ffe3a9a90.jpg)

Write the output of the below given program import array as arr y=arr.array("i",[20,60,70,10]) y.append(55) y.pop(1) y.insert(0,35) print(y[-1],y[2]) Answer: Which of the following is a not a datatype float int O print string Consider the value of x=2 and value of y=7 and solve the python program z=x%y Z=x**y z=x//y print("Second Value of Z will be", z) Second Value of Z will be Error Second Value of Z will be 2.00 Second Value of Z will be 128 Second Value of Z will be 0 mode is used for writing the files In python file operations, abc is correct variable to be used in python Select one: True False Consider the value of a 15 and value of b=78. a=a+b b=a+b C=a+b d=a+b+c print(c) print(d) What is answer for the statement print(c) What is answer for the statement print(d)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
