Q. ,b)) print(a)

  • (A) [2,4]
  • (B) [ ]
  • (C) [3,5]
  • (D) invalid arguments for filter function
πŸ’¬ Discuss
βœ… Correct Answer: (C) [3,5]
Explanation: the filter function gives value from the list b for which the condition is true, that is, x%2==1.

Explanation by: Mr. Dubey
the filter function gives value from the list b for which the condition is true, that is, x%2==1.

πŸ’¬ Discussion

πŸ“Š Question Analytics

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