Learning Numpy


In [1]:
import numpy as np

In [2]:
print (np.__version__)


1.18.1

In [ ]: