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 Collections (2016, retired 2019) Dictionaries Dict Basics

I am not understanding this question.

Hello, could someone please help me? Thank you. Sorry forgot to paste the code lol... Set the key color to the value 'red'.

my_car[] =

Please copy/paste the specific question.

Try and make an attempt.

1 Answer

I did. What I am trying o say is that I am getting wrong answer.

Example of me adding a new key/value pair to an empty dictionary:

bob = {}

bob['age'] = 3

# bob then looks like {'age': 3}

Try appling this pattern to the quiz question.

Let me know if this helps here