MCQs > IT & Programming > Python > Output of following code? def val1(param): return param def val2(param): return param * 2 def val3(param): return param + 5 result = val1(val2(val3(1))) print(result)

Python MCQs

What will be the output of following code? def val1(param): return param def val2(param): return param * 2 def val3(param): return param + 5 result = val1(val2(val3(1))) print(result)

Answer

Correct Answer: 12

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