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 trialKevin Jervis
2,600 PointsConcatenated Strings
Hi Guys
Not too sure what went wrong here :o(
name="Kevin"
status_message="Treehouse loves {}.format ("Kevin"))
1 Answer
Jon Mirow
9,864 PointsHi there!
Ah so close! you're just missing the closing " on your string, so python thinks everything up to .format( is part of the string.
Good job using the format method too! :)
Kevin Jervis
2,600 PointsOh I see. Well spotted Jon. Thanks for your help man!
Kevin Jervis
2,600 PointsKevin Jervis
2,600 PointsKeep getting an error message stating that task 1 is not passing