MCQs > IT & Programming > Python > Given array = [1, 2, 3, 4, 5, 6] what is the value of array after the following statement? del array[1:3]

Python MCQs

Given array = [1, 2, 3, 4, 5, 6] what is the value of array after the following statement? del array[1:3]

Answer

Correct Answer: [1, 4, 5, 6]

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