In python, to convert a list to an array, a solution is to use the numpy function called asarray(), example: >>> l = [4,1,7,3,2] >>> type(l) <type 'list'> ...
確定! 回上一頁