Posts by Bruna • 63 points
1 post
-
6
votes1
answer591
viewsQ: Add list values with different sizes
I have two lists with varying numbers and sizes. For example: array 1 ['1', '142', '33', '33', '9', '2'] array 2 ['1', '12', '7', '-2', '39', '11', '31', '49', '50', '1'] How do I make a loop to add…