Q. What is the output of the given code?
Code:
array1 = [[1,2,3,4,5],[0,0,0,0]] print !array1
β
Correct Answer: (D)
FALSE
Explanation: The negation of the given array is not possible hence the result is false.