5 lines
62 B
Text
5 lines
62 B
Text
|
|
arr1: [1 2 3]
|
||
|
|
arr2: ["four" "five" "six"]
|
||
|
|
|
||
|
|
print arr1 ++ arr2
|