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 trialChris Freeman
Treehouse Moderator 68,441 PointsThe code works for me. What "false" are you looking for?
3 Answers
Hinh Phan
2,564 PointsIt's python 3.6.4 version. The syntax error occur on line 11. My code missing parentheses ()
Close bag
if item_took == ('DONE'):
Problem solved. Tks Mr.Chris for your time
Hinh Phan
2,564 PointsI can't run them, syntax error occurred on line 11 when I try code in Python shell. Tks for your response, Mr.Chris.
Chris Freeman
Treehouse Moderator 68,441 PointsCan you paste in the contents of the console window showing the attempted run and the error?
Hinh Phan
2,564 PointsFlie "shopping_list.py" , line 11 for item_took: ^ syntax error: invalid syntax
Chris Freeman
Treehouse Moderator 68,441 PointsI was hoping to see the full output including the shell prompt and all the output afterwards.
Is it possible you are running Python version 2.x instead of 3.x?
Hinh Phan
2,564 PointsHinh Phan
2,564 Points[MOD: added ```python formatting -cf]