This is my python code
import array as a import numpy as np Array=a.array(\'u\',[1,2,3,4]) list=[1,\'abc\',1.20] print(Array) print(list)