I want to make a matrix with 5 rows and 4 columns. The problem is when I run it there appears an error that "Traceback (most recent call last): File "C:\Users\yasin i\Desktop\30.py ", line 21, in ['ART|Ф',0.71], ['N|Ф',0.29], ['V|Ф',0.0001], ['P|Ф',0]]).reshape(5,4) ValueError: total size of new array must be unchanged".

How can I solve it?

import numpy as np
A = np.array([['ART|ART',0],...