2 lines
30 B
Python
2 lines
30 B
Python
|
|
another_array = my_array[1:3]
|
|
|
another_array = my_array[1:3]
|