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

objectives 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.

Hi Terfa,

Please provide your code.

1 Answer

Steven Parker
Steven Parker
243,318 Points

Bear 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.