MCQs > IT & Programming > Python > Which is equivalent to 'x = a + b'?

Python MCQs

Which of the following is equivalent to "x = a + b"?

Answer

Correct Answer: from operator import add; x = add(a, b)

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