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

回答編集履歴

1

追記

2018/09/08 11:54

投稿

katoy
katoy

スコア22328

answer CHANGED
@@ -24,4 +24,11 @@
24
24
  print(sum_lists_x(lists))
25
25
  ```
26
26
  実行例
27
- ![イメージ説明](dfa11f31f890296bae616b2eb6228fd5.png)
27
+ ![イメージ説明](dfa11f31f890296bae616b2eb6228fd5.png)
28
+
29
+ 参考情報
30
+ - Transpose this matrix(python3)
31
+ [https://stackoverflow.com/questions/23461843/](https://stackoverflow.com/questions/23461843/)
32
+
33
+ - 【Python3】sum()でリスト要素の合計を計算する
34
+ [https://pycarnival.com/sum/](https://pycarnival.com/sum/)