2 lines
73 B
Python
2 lines
73 B
Python
|
|
[["a", "b", "c"], ["A", "B", "C"], ["1", "2", "3"]].flop.collect(_.join)
|