質問編集履歴

1

コードを修正。

2019/02/10 00:04

投稿

_hh
_hh

スコア79

test CHANGED
File without changes
test CHANGED
@@ -8,7 +8,11 @@
8
8
 
9
9
 
10
10
 
11
+
12
+
11
- ns = np.corrcoef(array_1,array_2)
13
+ ans = np.corrcoef(array_1,array_2)
14
+
15
+ print(ans)
12
16
 
13
17
  ```
14
18