Google News
logo
NumPy - Quiz(MCQ)
Choose the correct statement to load numpy file in python.
A)
np.load()
B)
np.load(filename.npy)
C)
np.save(filename.npy, array)
D)
All of the above

Correct Answer :   np.load(filename.npy)

Advertisement