Report Bug

Qus

What will be the output of the following Python code?

  A = [[1, 2, 3],       [4, 5, 6],       [7, 8, 9]]  B = [[3, 3, 3],       [4, 4, 4],       [5, 5, 5]]  zip(A, B)
Qusनिम्नलिखित Python कोड का आउटपुट क्या होगा?


A. Address of the zip object
B. Address of the matrices A and B
C. No output
D. [3, 6, 9, 16, 20, 24, 35, 40, 45]


Solution
A. Address of the zip object



Explanation
The output of the code shown above returns the address of the zip object. If we print it in the form of a list, we get: >>> list(zip(A, B)) [([1, 2, 3], [3, 3, 3]), ([4, 5, 6], [4, 4, 4]), ([7, 8, 9], [5, 5, 5])]
CCC Online Test Python Programming Tutorials Best Computer Training Institute in Prayagraj (Allahabad) Online Exam Quiz O Level NIELIT Study material and Quiz Bank SSC Railway TET UPTET Question Bank career counselling in allahabad Best Website and Software Company in Allahabad Website development Company in Allahabad