質問編集履歴

3

2020/09/26 05:28

投稿

S.K12
S.K12

スコア16

test CHANGED
File without changes
test CHANGED
File without changes

2

ソースコードに関係のないコードがあった為、消去しました。

2020/09/26 05:28

投稿

S.K12
S.K12

スコア16

test CHANGED
File without changes
test CHANGED
@@ -56,8 +56,6 @@
56
56
 
57
57
  ```Python
58
58
 
59
- import matplotlib.pyplot as plt
60
-
61
59
  import numpy as np
62
60
 
63
61
 

1

ソースコードに誤りがあったので変更しました。

2020/09/25 21:35

投稿

S.K12
S.K12

スコア16

test CHANGED
File without changes
test CHANGED
@@ -72,12 +72,6 @@
72
72
 
73
73
  print(arr1)
74
74
 
75
-
76
-
77
- a1, a2 = np.hsplit(arr1, 2)
78
-
79
- print(a1)
80
-
81
75
  ```
82
76
 
83
77