My Python Quiz
The ultimate place to learn Python!
⌂
|
Start Quiz
|
List of questions
|
Other Quizes
Question #75:
What gets printed?
import numpy as np a = np.array([[1,2,3],[0,1,4]]) print (a.size)
0
1
2
5
6
Next Question