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 (Retired) Ins & Outs Ins & Outs

Alejandro Romero
Alejandro Romero
1,018 Points

I think something its wrong in this task

i did just write the follow line treehouse = "Tree"+"house" and treehouse = "{}{}".format("Tree","house") but any of this seems to be correct :/

2 Answers

Hi Alejandro,

For challenge task 3/3, you need to create a variable called email_greeting and set it equal to the string 'X loves Y' replacing X with the variable treehouse and replacing Y with the variable name.

name = 'Alejandro'
treehouse = 'Tree' + 'house'
email_greeting = # add your code here
Alejandro Romero
Alejandro Romero
1,018 Points

Thanks, now i got my 30 pts :DD