Posts by Swartz • 71 points
1 post
-
7
votes3
answers2556
viewsQ: How to join multiple lists in a matrix
How would a way to merge two lists into one matrix, where each column of the matrix represents one of these lists. Example: a = ["Laranja", "Maçã", "Uva"] b = [40, 50, 2, 45, 56] Expected result: x…