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 trial

Python Functional Python The Lambda Lambada Recursion

"Bummer! Didn't get the right output from prereqs."

The output from my function is {'Django Basics', 'Python Basics', 'Setting Up a Local Python Environment', 'Python Collections', 'Object-Oriented Python', 'Flask Basics'}

Is the grader looking for something else?

2 Answers

Seth Kroger
Seth Kroger
56,413 Points

I just finished banging my head on this challenge and finally got it to pass. The trouble is the challenge may be worded that it wants all course titles, it really wants only the titles of the prerequisites. So the first title, 'Django Basics', has to be skipped.

I haven't done this challenge but it looks like you should 'Python Basics' in there twice.

Seth Kroger
Seth Kroger
56,413 Points

The result is a set, so it will only have one of each title no matter how many times you add it.