Write a python program to read and write data from a CSV file consisting ItemNo, ItemName, Quantity 4
and price.
Answers
Answered by
0
Answer:
Python provides a module named CSV, using this you can do several operations on the CSV files
Similar questions