teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

2020/02/11 08:43

投稿

esklia
esklia

スコア81

title CHANGED
File without changes
body CHANGED
@@ -35,7 +35,7 @@
35
35
 
36
36
 
37
37
  ```tepy
38
- import numpy as numpy
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