निम्नलिखित कोड के लिए आउटपुट क्या होगा?
What will be output for the following code ?
import numpy as np
a = np.array( [2, 3, 4, 5] )
print(a.dtype) A
int 32
B
int
C
float
D
None of these
Explanation
Correct Answer: B) int