python 列表,陣列,矩陣兩兩轉換tolist()的例項 ... 3], [4, 5, 6]]) print(a1 == a4) #True a5 = a2.tolist() #陣列---> 列表 print('a5 :',a5) #('a5 ...
確定! 回上一頁