回答編集履歴
1
追記
answer
CHANGED
@@ -24,4 +24,11 @@
|
|
24
24
|
print(sum_lists_x(lists))
|
25
25
|
```
|
26
26
|
実行例
|
27
|
-

|
27
|
+

|
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/)
|