Python

When you ask a question, don’t forget to include a link to the exercise or project you’re dealing with!

If you want to have the best chances of getting a useful answer quickly, make sure you follow our guidelines about how to ask a good question. That way you’ll be helping everyone – helping people to answer your question and helping others who are stuck to find the question and answer! :slight_smile:

Your function fails on reverse(“Python!”). It returns “!nohtyP “ when it should return “!nohtyP”.

what kind of error is this?

Not an error, but I presume the Codecademy environment telling you that one of the test cases it’s using to validate that your solution is correct are failing.

Note that "!nohtyP " and "!nohtyP" are not the same thing. Hopefully why these are different things should be self evident. :slight_smile:

2 Likes