質問編集履歴

1

使っている関数が違った

2021/07/27 10:55

投稿

s.s.
s.s.

スコア1

test CHANGED
File without changes
test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  vec = np.array(range(6))
12
12
 
13
- vec.reshape(6,1)
13
+ np.reshape(vec, (6,1))
14
14
 
15
15
  print(vec.shape) #ここで(6,1)になってほしい
16
16