質問編集履歴
1
あ
title
CHANGED
File without changes
|
body
CHANGED
@@ -35,7 +35,7 @@
|
|
35
35
|
|
36
36
|
|
37
37
|
```tepy
|
38
|
-
import numpy as
|
38
|
+
import numpy as np
|
39
39
|
x = np.array([[1,2,3], [4,5,6,]])
|
40
40
|
print("x:\n{}".format(x))
|
41
41
|
|