MCQs > IT & Programming > Python > Suppose a= [1,2,3,4]. What will be the value of 'a' after we execute this statement a= a.append(5) ?

Python MCQs

Suppose a= [1,2,3,4]. What will be the value of 'a' after we execute this statement a= a.append(5) ?

Answer

Correct Answer: None

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

More Python MCQ Questions