ValueError using csv.reader() in PyCharm
I’m going through Harvards CS50 Python course, in todays lesson we were introduced to the csv library. I think my code and csv text file contain the exact same text as my instructor but I’m getting a ValueError when using csv.reader(), I’m assuming because of the extra comma in the first key value pair. I’m under the impression that this is exactly what the .reader() function is supposed to prevent? My PyCharm is running the most recent version of python available.