Computer Science, asked by ptingkt, 22 days ago

What's wrong with my: import csv
file = open('C:\Users\Peter\Local\Programs\Python\Python36-32\demofile.py' 'r')
reader = csv.DictReader(file)
print(reader)

Answers

Answered by CrazyKanav
0

Answer:

the file that your importing is not a csv it is "py" file

Explanation:

Similar questions