SUPARN PATRA
Schools
Exams
Paths
Blog
Quizzes
Tools
Playground
About
Home
/
Quizzes
/
AI / ML Path
/
Python for ML
AI / ML Path
Python for ML
10 questions
Question 1 of 10
Score:
0
/ 0
What does the following print? import numpy as np a = np.array([1, 2, 3, 4]) print(a[a > 2])
A
[1 2]
B
[3 4]
C
[False False True True]
D
Error
← Back to lesson notes