質問編集履歴
1
コードの修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,4 +1,12 @@
|
|
1
1
|
```Python
|
2
|
+
|
3
|
+
import numpy as np
|
4
|
+
|
5
|
+
from numpy.random import *
|
6
|
+
|
7
|
+
import numpy.linalg as LA
|
8
|
+
|
9
|
+
|
2
10
|
|
3
11
|
data1 = randint(-20, 20, 80)
|
4
12
|
|