1. Which of the following is/are correct to get the size of the array ? 
 >>> a = array([[0, 1, 2], [3, 4, 5], [6, 7, 8]]) 
Answered 0 of 10 (0%)
Next Page »