Predict the output for the following python code?
import numpy as np 
dt = np.dtype('i4')
print(dt)


Posted on by