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 Basics (2015) Python Data Types String Formatting

No longer passing?

Hello, what does it mean when it say "Task 1 is no longer passing"? Thank you.

strings.py
name = ("Manny")
subject = (Treehouse_loves.format {name})

2 Answers

In 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
STAFF
Craig Dennis
Treehouse Teacher

Psst...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!