Skip to content

Assignment 2 completed#2

Open
reachsneha02 wants to merge 3 commits intomainfrom
assignment-2
Open

Assignment 2 completed#2
reachsneha02 wants to merge 3 commits intomainfrom
assignment-2

Conversation

@reachsneha02
Copy link
Copy Markdown
Owner

What changes are you trying to make? (e.g. Adding or removing code, refactoring existing code, adding reports)

What did you learn from the changes you have made?

Was there another approach you were thinking about making? If so, what approach(es) were you thinking of?

Were there any challenges? If so, what issue(s) did you face? How did you overcome it?

How were these changes tested?

A reference to a related issue in your repository (if applicable)

Checklist

  • I can confirm that my changes are working as intended

Copy link
Copy Markdown

@anjali-deshpande-hub anjali-deshpande-hub left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Just one change is required. The first question asks for using readline or readlines method to load csv into a variable an iterate over the variable to print the lines of a file. Could you modify your code to meet the requirement. Also, the semicolon at the end of print line is not required (line no 21)

Used readlines instead of csv.reader, reoved the semicolon after print statement
@reachsneha02
Copy link
Copy Markdown
Owner Author

reachsneha02 commented May 14, 2025

Looks good. Just one change is required. The first question asks for using readline or readlines method to load csv into a variable an iterate over the variable to print the lines of a file. Could you modify your code to meet the requirement. Also, the semicolon at the end of print line is not required (line no 21)

Thank you for the feedback. Incorporated the changes in the new commit.

Copy link
Copy Markdown

@anjali-deshpande-hub anjali-deshpande-hub left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well done! Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants