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 trialOliver Donselaar
135 PointsTo get look up the documentation about the str class's upper method, I'd use help().
what is the answer````???+?
4 Answers
Julie Egan
Courses Plus Student 703 Pointsthat kind of hint to a person who had +/-3hours of experience would've had really helped, but thanks I've got the answer elsewhere :)
Steven Parker
231,236 PointsCheck the question again. The "help()
" part is already there. The blank is for you to enter what you would use as the argument to help()
.
To get look up the documentation about the str class's upper method, I'd use help(______).
So to look up help on a method of a built-in class, you'd name it using both the class and the method separated by a period.
Also: I think the word "get
" is a mistake in that sentence, but that's how the quiz reads.
Kris King
436 PointsSteven... I'm glad you reply to his question with sarcasm and completely leave his question unanswered
Steven Parker
231,236 PointsI wasn't intending sarcasm, but I thought the question might be misunderstood (particularly with that extra word in it). I reported that as a bug and now the question has been reworded.
I hate "spoilers" but I suppose I should've given a bit more of a hint. I've updated it now. But I hope Oliver is still not stuck!
Julie Egan
Courses Plus Student 703 Pointswould be nice to get the answer...as I'm stuck in it too
Steven Parker
231,236 PointsThis hint didn't help? "So to look up help on a method of a built-in class, you'd name it using both the class and the method separated by a period."
Steven Parker
231,236 PointsSteven Parker
231,236 PointsI'm not quite sure what you're saying ... are you "a person who had +/-3hours of experience"? And the hint did or did not help?