What type of file is best for storing discrete items that are stored in rows?(1 point)

text

CSV

Document

Python

1 answer

The best type of file for storing discrete items that are stored in rows is CSV (Comma-Separated Values). CSV files are specifically designed for tabular data, allowing for easy storage and manipulation of rows and columns, making them ideal for this purpose.