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 trial7 Answers
Andrew Molloy
37,259 PointsWhen 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"
Naya Moss
9,894 Points[redacted]
Andrew Molloy
37,259 PointsMore than a few times my problems have been down to not reading the questions fully and properly :)
Stone Preston
42,016 Pointswhat 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.
Andrew Molloy
37,259 PointsI've just finished the course and found no issues with it, is it just that you can't select the correct answers?
Naya Moss
9,894 Points[redacted]
Naya Moss
9,894 Points[redacted]
Andrew Molloy
37,259 PointsThe method is "center" not "rjust". Everything you need is in the question itself.
Sara Alaghehband
Courses Plus Student 1,343 Pointshelp(str.center).