Explanation: the code shown above returns x*y, where x belongs to the list l1 and y belongs to the list l2. therefore, the output is: [4, 5, 6, 8, 10, 12, 12, 15, 18].
Q. for y in l2]
β
Correct Answer: (C)
[4, 5, 6, 8, 10, 12, 12, 15, 18]
Explanation by: Mr. Dubey
the code shown above returns x*y, where x belongs to the list l1 and y belongs to the list l2. therefore, the output is: [4, 5, 6, 8, 10, 12, 12, 15, 18].
Discussion
Question Analytics
667
Total Visits
3 y ago
Published
Mr. Dubey
Publisher
99%
Success Rate