Answer: To create a CSV file in python, we use a comma character as separator. Comma is the default delimiter of CSV files. ... import csv with open('persons_file ...
確定! 回上一頁