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
Terfa Nomhwange
3,881 Pointsobjectives complition problem
There is nothing wrong with my code. i tested it in the work splace and it ran without errors . but when i try to run it in my objectives section/ i encounter errors.
1 Answer
Steven Parker
243,318 PointsBear in mind that the challenges have specific performance objectives. Running code in a REPL or workspace only verifies that it has no errors, but not that it performs any specific function. For example, code that adds 2 + 2 will run in a REPL, but not pass a challenge that asks for code that multiples 5 by 3.
That's just a generic guideline. For specific help with your issue, please show your code and provide a link to the challenge page you are working on.
Alex Koumparos
Python Development Techdegree Student 36,888 PointsAlex Koumparos
Python Development Techdegree Student 36,888 PointsHi Terfa,
Please provide your code.