In [1]:
print("Hello World!")
In [2]:
import numpy as np
a = np.array([[1,2,3],[4,5,6]])
a
Out[2]:
In [3]:
a.shape
Out[3]: