# import numpy library from numpy import * # define numpy array array = array([[12, 33], [21, 45]]) # print values in array format print(array)