Skip to content
import numpy as np 

python_list = [1,2,3]
numpay_array = np.array([1,2,3])
python_list + python_list