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 (2015) Python for Beginners Second Quiz

Oliver Donselaar
Oliver Donselaar
135 Points

To get look up the documentation about the str class's upper method, I'd use help().

what is the answer````???+?

4 Answers

Julie Egan
PLUS
Julie Egan
Courses Plus Student 703 Points

that 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
Steven Parker
229,732 Points

I'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?

Steven Parker
Steven Parker
229,732 Points

Check 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.

Steven... I'm glad you reply to his question with sarcasm and completely leave his question unanswered

Steven Parker
Steven Parker
229,732 Points

I 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
PLUS
Julie Egan
Courses Plus Student 703 Points

would be nice to get the answer...as I'm stuck in it too

Steven Parker
Steven Parker
229,732 Points

This 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."