Learn practical skills, build real-world projects, and advance your career
1+1
2
import numpy as np
x = np.array([[1,2],[3,4]])
x.shape
(2, 2)