Q. , row2)] for (row1, row2) in zip(A, B)]

  • (A) [0, 30, 60, 120, 160, 200, 300, 350, 400]
  • (B) [[3, 6, 9], [16, 20, 24], [35, 40, 45]]
  • (C) no output
  • (D) error
πŸ’¬ Discuss
βœ… Correct Answer: (B) [[3, 6, 9], [16, 20, 24], [35, 40, 45]]
Explanation: the list comprehension shown above results in the output: [[3, 6, 9], [16, 20,

Explanation by: Mr. Dubey
the list comprehension shown above results in the output: [[3, 6, 9], [16, 20,

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
988
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
95%
Success Rate