MCQs > IT & Programming > Python > a = range(1, 10) m = map(lambda x: x % 2 == 0, a) What is the value of m

Python MCQs

a = range(1, 10) m = map(lambda x: x % 2 == 0, a) What is the value of m

Answer

Correct Answer: [False, True, False, True, False, True, False, True, False]

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Python Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Python Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it