回答編集履歴

1

2020/04/06 01:04

投稿

kirara0048
kirara0048

スコア1399

test CHANGED
@@ -22,6 +22,6 @@
22
22
 
23
23
  base_array[::2] = 0
24
24
 
25
- u1 = base_array.repeat(repeat).reshape(Matrix.shape).T
25
+ result_Matrix = base_array.repeat(repeat).reshape(Matrix.shape).T
26
26
 
27
27
  ```