質問編集履歴
1
あ
test
CHANGED
File without changes
|
test
CHANGED
@@ -72,7 +72,7 @@
|
|
72
72
|
|
73
73
|
```tepy
|
74
74
|
|
75
|
-
import numpy as n
|
75
|
+
import numpy as np
|
76
76
|
|
77
77
|
x = np.array([[1,2,3], [4,5,6,]])
|
78
78
|
|