from numpy import * array = array([[1,2,3,4],[3,4,2,5]])  ## if want you can print it  print(array)

Read more of this post