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
0
Answer:
the file that your importing is not a csv it is "py" file
Explanation:
Similar questions
English,
11 days ago
Math,
22 days ago
India Languages,
22 days ago
Environmental Sciences,
9 months ago
English,
9 months ago
Math,
9 months ago