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 trialluke hammer
25,513 PointsPossible improvement on question
Below is the question. I was just hoping to provide feedback that this question might be improved with a coma
To get help for the method center that also belongs to the str class, we would use .
when i read this the first two times i thought the question "method center" was a thing not the str method of center.
so i keep typing dir(str) because it is the place where i can find all of the methoeds right! to me that is a "methoed center"
Recommendation either use the word "of" to clarify the question or choose a different function that is more apparent such as islower or swapcase.
Is this best way to report an improvement like this? if not what is the better way?
1 Answer
Max Hirsh
16,773 PointsThere's usually a link to give feedback on the badge/+12 points box that pops up after you complete the quiz. I think the words "center" and "str" were in a different font, but you can definitely give feedback if the formatting was difficult to parse?
Mark Jacobsen
Courses Plus Student 445 PointsMark Jacobsen
Courses Plus Student 445 PointsI agree, this question alluded me until I read this. In retrospect its rather obvious but a little clarification that a so called 'method center' is not an actual place to go get help would make this much clearer.