to a CSV-formatted string. ... In Python 3, the csv module expects you to give it a file in text mode: with open('data.csv', 'w', newline='') as out:.
確定! 回上一頁