MCQs > IT & Programming > Python > def fn(a, *b, **c): print(c) fn(5) What will be the output?

Python MCQs

def fn(a, *b, **c): print(c) fn(5) What will be the output?

Answer

Correct Answer: {}

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