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 trialManny Cortez
13,475 PointsNo longer passing?
Hello, what does it mean when it say "Task 1 is no longer passing"? Thank you.
name = ("Manny")
subject = (Treehouse_loves.format {name})
2 Answers
Adam N
70,280 PointsIn this case it means your code has a syntax error that prevents your code from running properly. If your code can't run properly, even the name variable you created in task 1 won't be acknowledged by the Treehouse system.
Let me know if this helps here
Craig Dennis
Treehouse TeacherPsst...you have forgotten your quotes around your string. Sorry for the weird error message, task 1 is trying to run your Treehouse loves
... as if it were Python.
Hope that helps!