質問編集履歴

1

表記を見やすくした。

2022/07/23 06:20

投稿

HoriemonHack
HoriemonHack

スコア54

test CHANGED
File without changes
test CHANGED
@@ -39,16 +39,16 @@
39
39
  ```
40
40
 
41
41
  ## 出力
42
- ```
42
+
43
43
  [[1, 2], [4, 5, 6]]
44
44
  [list([1, 2]) list([4, 5, 6])]
45
45
 
46
46
  C:\User\AppData\Local\Temp/ipykernel_3028/3663226603.py:12: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray.
47
47
  Matrix_t = numpy.array(Matrix).T
48
- ```
48
+
49
49
  ## 期待していた出力(やりたいこと)
50
- ```
50
+
51
51
  [[1 4]
52
52
  [2 5]
53
53
  [ 6]]
54
- ```
54
+