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 Python Basics (Retired) Say Hello to Python Help Hotline

7 Answers

When it's a method of a class you need to add that method to the class using dot notation so help(class.method). You've only entered the class. Tip: the method is "center"

More than a few times my problems have been down to not reading the questions fully and properly :)

Stone Preston
Stone Preston
42,016 Points

what question are you having trouble with? I just took the quiz and was able to pass so I dont think its an issue with the quiz itself.

I've just finished the course and found no issues with it, is it just that you can't select the correct answers?

The method is "center" not "rjust". Everything you need is in the question itself.