回答編集履歴

1

追記

2018/09/08 11:54

投稿

katoy
katoy

スコア22324

test CHANGED
@@ -51,3 +51,17 @@
51
51
  実行例
52
52
 
53
53
  ![イメージ説明](dfa11f31f890296bae616b2eb6228fd5.png)
54
+
55
+
56
+
57
+ 参考情報
58
+
59
+ - Transpose this matrix(python3)
60
+
61
+ [https://stackoverflow.com/questions/23461843/](https://stackoverflow.com/questions/23461843/)
62
+
63
+
64
+
65
+ - 【Python3】sum()でリスト要素の合計を計算する
66
+
67
+ [https://pycarnival.com/sum/](https://pycarnival.com/sum/)