MCQs > IT & Programming > Python > Output of following code? from functools import * def add(a, b, c): return 50*a + 5*b + c res = partial(add, c=2, b=1) print(res(2))

Python MCQs

What will be the output of following code? from functools import * def add(a, b, c): return 50*a + 5*b + c res = partial(add, c=2, b=1) print(res(2))

Answer

Correct Answer: 107

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