Python Sum Whole Matrix Comand

x = np.matrix([[1, 2], [4, 3]])
>>> x.sum()
Annoying Alpaca