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 trialWindy Elliott
776 Pointsnot returning the right answer and I don't know why.
I've looked and looked at this and I don't see the issue. But it keeps telling me the script is returning the wrong answer. Can anyone help?
def just_right(arg):
if len(arg) < 5:
return "Your string is too short"
elif len(arg) > 5:
return "Your sting is too long"
else:
return True
1 Answer
alexandracoder0809
2,606 PointsIt's "your string", but it seems, that you have already solved it on your own:)
Windy Elliott
776 PointsWindy Elliott
776 Pointsack... just saw the typo