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

what is the answer to quiz 2 problem that you have to type on.

I need I've tried many times, please help me!

1 Answer

Tommy Choe
Tommy Choe
38,156 Points

Hey Li,

the answer is just like getting help for the rjust method on the str class. Instead of doing help(str.rjust) you would do help(str.center) in order to get help on the center method.

Hope that helps!