4 lines
60 B
Text
4 lines
60 B
Text
|
|
arrOne = [1, 2, 3]
|
||
|
|
arrTwo = [4, 5, 6]
|
||
|
|
print arrOne + arrTwo
|