MCQs > IT & Programming > Python > Output of the following Python code? from functools import ‘ def add(a, b, c): return 1000'a +10‘b + c add_part = partia|(add, c=2, b=1) print(add_part(3))

Python MCQs

What will be the correct output of the following Python code?

from functools import ‘

def add(a, b, c):

return 1000'a +10‘b + c

add_part = partia|(add, c=2, b=1)

print(add_part(3))

Answer

Correct Answer:

3012 

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