Q4. WAP to write data into “student”, CSV file using writerow()
Answers
Answered by
1
Answer:
Reading and Writing CSV File using Python
writer() This function in csv module returns a writer object that converts data into a delimited string and stores in a file object. ...
writerow() This function writes items in an iterable (list, tuple or string) ,separating them nby comma character.
writerows() ...
read() ...
DictWriter() ...
writeheader() ...
DictReader(
Explanation:
hope you are satisfied with the answer
Similar questions
English,
3 months ago
English,
3 months ago
English,
3 months ago
Hindi,
6 months ago
Social Sciences,
11 months ago