Akinyemi Afolabi

Python Work

This is my work in python

#Numpy
import numpy as np

x = np.array([[1,2,3], [4,5,6]])
x