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 trialChai Chong Teh
25,709 PointsCan somebody tell me whether I misinterpret the challenge? I don't understand what went wrong here.
I am interpreting this as:
- create a variable "topic"
- assign the value of student's topic -> python to "topic"
Am I interpreting it wrongly?
student = {'name':2, 'topic':'python'}
topic = student['topic']
1 Answer
Josh Keenan
20,315 PointsThere is an issue with the challenge, the topic needs to be 'Python' with a capital P to pass in the second part of the challenge.
Chai Chong Teh
25,709 PointsThank you, that was unexpected.
Josh Keenan
20,315 PointsDon't stress man, your code was perfect, believe in yourself cos you got this!
James Longoria
2,425 PointsJames Longoria
2,425 PointsI just had the same issue, it gets frustrating being new to coding and googling all types of information when you know the answer but the module is not accepting it!