Conversation
DwardEE
left a comment
There was a problem hiding this comment.
Good effort!
In the first question, instead of printing rows with a for loop or while-loop correctly, you printed the <built-in method readlines ...> object, which isn’t correct. Everything else looks good.
Please fix it so that the content of each line in the file is printed interatively, and update the PR.
Sorry for my mistake. I guess it should be fine now. Please check again. |
|
Issue raised by learning support has been fixed |
What changes are you trying to make? (e.g. Adding or removing code, refactoring existing code, adding reports)
assignment 2 is done
What did you learn from the changes you have made?
file operations
Was there another approach you were thinking about making? If so, what approach(es) were you thinking of?
no
Were there any challenges? If so, what issue(s) did you face? How did you overcome it?
no
How were these changes tested?
run each lock of code and result was OK
A reference to a related issue in your repository (if applicable)
No
Checklist