Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

vishwa s
Courses Plus Student 224 Pointshelp me
help me out on this task

Jeremy Hill
29,567 PointsThe assignment asks you to create a variable called 'name' and set it equal to your name. Then it tells you to create a variable called subject and set it equal to "{} Treehouse loves" and then add the .format() with the variable 'name' that you created inside of the parenthesis. This will format the string with the variable 'name' in replace of the curly braces that you added.
Steven Parker
216,017 PointsSteven Parker
216,017 PointsPlease at least give it a good-faith attempt, and then show your code.
If you really have no idea how to begin, re-watch the video about Strings.