https://trinket.io/python3/278475119d
Что означает эта ошибка?
Traceback (most recent call last):
File "/tmp/sessions/f61d58dd874eadb8/main.py", line 38, in
print("Determinant of the matrix is : ",determinant_recursive(mat,N))
File "/tmp/sessions/f61d58dd874eadb8/main.py", line 22, in determinant_recursive
As = As[0:fc] + As[fc+1:]
ValueError: operands could not be broadcast together with shapes (0,) (3,)
Подробнее здесь: https://stackoverflow.com/questions/602 ... h-shapes-0
Мобильная версия