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 Write Better Python Cleaner Code Docstrings

Dwane Pennant
Dwane Pennant
12,337 Points

"""Gives a pleasant message about the student.""" Error

I don't see anything wrong with this code, but the system is saying that "Treehouse" is not defined

starter.py
class Treehouse:
    def student(self, name):
        """Gives a pleasant message about the student."""
        return '{} is a great Treehouse student!'.format(name)

1 Answer

Eric M
Eric M
11,545 Points

Hi Dwane,

That code looks good to me. I think there's a bug in the Python code challenges right now. I've reported it.

Considering it's 9PM in the USA though there might be a bit of time before it gets resolved.

Sorry for the trouble,

Eric