When you need a Python list object, you can utilize the tolist() method to convert your array to a list. my_array = array('i', [1,2,3,4,5]) c ...
確定! 回上一頁