Conversation
There was a problem hiding this comment.
Change Requested
Great exploration with os and file paths!
It looks like you’ve run into a path issue. Your Python folder is located in C:/Users/chait/ or C:/Users/chait/Desktop/, not C:/Users/chait/projects/dsi/. Please replace all instances of C:/Users/chait/projects/dsi/ with C:/Users/chait/ or C:/Users/chait/Desktop/in your code and give it another try.
You’re making great progress — keep it up!
Quick reminder for future submissions — including a brief PR description is good practice, as it helps your teammates quickly understand what’s going on.
xindizhang
left a comment
There was a problem hiding this comment.
Great work! No changes needed
Nice to see you exploring different approaches! Just one minor suggestion: please clean up your code or add comments to indicate which part is your final answer, as it’s a little hard to spot right now.
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