回答編集履歴

1

Update

2021/11/09 02:15

投稿

melian
melian

スコア20655

test CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  # print("C=A/B:")
10
10
 
11
- A = Matrix(2, 2, A)
11
+ A = Matrix(*A.shape, A)
12
12
 
13
13
  print("A/B:")
14
14