Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialAndre Davis
3,647 Pointsget to the examples/python/ directory inside of the current directory:
Please point me in the right direction I'm stuck and I dont want to quit.
1 Answer
Steven Parker
231,236 PointsIf you're having trouble with a quiz, you can always hit the "Skip Quiz" button to move on (postponing, not quitting). Then later, you can come back and revisit the quz.
And for this question, building a path is just a matter of supplying the path components (the nested directory names) as individual arguments to the function.
I hope that helps.
Andre Davis
3,647 PointsYes it helped a great deal it also encouraged me to dig deeper into the understanding of how file programs works I really like learning this python stuff its awesome, thank you for your help!
Andre Davis
3,647 PointsAndre Davis
3,647 PointsI'll do that. Thank You!