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 trialWilfried Allico
2,495 PointsI 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[] =
Adam N
70,280 PointsTry and make an attempt.
1 Answer
Wilfried Allico
2,495 PointsI did. What I am trying o say is that I am getting wrong answer.
Adam N
70,280 PointsExample 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
Adam N
70,280 PointsAdam N
70,280 PointsPlease copy/paste the specific question.