回答編集履歴
1
修正
test
CHANGED
@@ -10,4 +10,4 @@
|
|
10
10
|
|
11
11
|
|
12
12
|
|
13
|
-
``np.random.rand(n)``の結果の``x``を``[]``で変更(上書き)している
|
13
|
+
``ValueError: operands could not be broadcast together with shapes (0,) (10000,) ``の原因は``np.random.rand(n)``の結果の``x``を``[]``で変更(上書き)していることではないでしょうか?
|