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 Introducing Dictionaries Iterating and Packing with Dictionaries Recap of Iterating and Packing with Dictionaries

I need help with this Quiz

The 2 questions that have to do with the key and value indicators in this quiz. I can’t figure out the answer as it says “.items()” is the wrong answer.

1 Answer

Steven Parker
Steven Parker
229,732 Points

There are three questions that have to do with the key and value indicators in this quiz, and items is the correct answer for one of them. The answers to the others are different methods.

Also note that the quiz provides the membership operator (.) and the parentheses (()) for you, so your answer in each case will be just the method name.