2 lines
65 B
Text
2 lines
65 B
Text
|
|
MapThread[Print, {{"a", "b", "c"}, {"A", "B", "C"}, {1, 2, 3}}];
|