I\'m trying to open a csv file using Python (Python 3.9.0, in VS Code, MacOS), using with open. The basic code I have is as follows:
with open
import csv i