jeremymaya / google-it-automation-with-python

Repository to keep track of Google IT Automation with Python provided by Coursera

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I cant solve week 2

kub3r opened this issue · comments

commented

Can you please help me complete the course.

Hello Kuber,

How can I help you with Week 2? I cannot share the code directly but I can try to help you guide to the right direction!

commented

It may be self-explanatory once you go through some of the debugging questions:

  • What error messages are you getting?
  • Are you importing the csv module with import csv ?
  • Do you have the csv file you are trying to open?
  • Is your csv file path set correctly?
  • If you were able to open the csv file, can you print the content of the file?