To convert the list to csv in Python, use the inbuilt Python CSV module or using Pandas to_csv() method or using numpy.savetxt() function.
確定! 回上一頁