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

 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

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!