2 lines
66 B
Python
2 lines
66 B
Python
|
|
[["a", "b", "c"], ["A", "B", "C"], ["1", "2", "3"]].reduce('+++')
|