Answer the question
In order to leave comments, you need to log in
How to concatenate lists/arrays?
I'm trying to figure out how to combine the contents of multiple lists. Example:
A = ['a']
B = ['b']
C = A + B
C >> ['a', 'b']
A: &A
- 'a'
B: &B
- 'b'
C:
*A
*B
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question